Successful response's body contains a serialized object with basic information about the user's most relevant trip (name, start & end times, destination).

Examples

GET /developer_api/trips/most_relevant.json?access_token=4f94921198f219f4bdd894fa69021d319175ccfdf3d31612e4a5c5c723e83d2f
200
 { "name": December Trip, "start_time_utc": "2016-12-16T20:24:00Z", "end_time_utc": "2016-12-20T22:00:00Z", "destination": Phoenix, AZ }

Errors

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