Successful response's body contains a serialized array of trip objects. All user's trips are included.

Examples

GET /developer_api/users/me.json?access_token=4f94921198f219f4bdd894fa69021d319175ccfdf3d31612e4a5c5c723e83d2f
200
{ "user_settings": { "primary_email": "john.doe@example.com", "first_name": "John", "last_name": "Doe", "notify_by_email": true, "notify_by_sms": false, "newsletter_email_status": true, "product_updates": true }, "emails": [ { "email": "john.doe@localhost", "verified": true, "primary": false }, { "email": "john.doe@example.com", "verified": true, "primary": true } ] } 

Errors

401 {"error": "Unauthorized"}
503 {"error": "Execution expired"}