7b. List all Guest trips - Default ACTIVE trips

GET https://api.uber.com/v1/guests/trips

[https://developer.uber.com/docs/guest-rides/references/api/v1/guest-trips-get]

Use this endpoint to retrieve information for a set of trips.

By default, without any parameters, this endpoint will return the 50 most recent trips associated with the application making the call.

trip_status - A ride status to filter the response by {ACTIVE, PAST, EXPIRED}. Optional, if not specified will default to ACTIVE trips.

startkey - Key used for paging. When implementing paging, the value returned in nextkey should be used here to retrieve the next page of results.

limit - The max number of rides to return. (Default 50)

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
x-uber-organizationuuidstring

RESPONSES

status: OK

{"trips":[]}