8. Get Health Trip By Trip ID

GET https://sandbox-api.uber.com/v1/health/trips/{{request_id}}

https://developer.uber.com/docs/health/references/api/v1/health-trips-trip_id-get

Use this endpoint to retrieve information for a specific trip.

HEADERS

KeyDatatypeRequiredDescription
x-uber-sandbox-runuuidstring
User-Agentstring

RESPONSES

status: OK

{"begin_trip_time":1713432019508,"call_enabled":true,"can_tip":false,"city_id":"5","client_fare":"$12.92","client_fare_numeric":12.92,"client_fare_without_tip":"$12.92","contacts_to_notify":[{"contact_event":["TRIP_BEGAN"],"first_name":"","last_name":"","phone_number":"+10000000000"},{"contact_event":["DRIVER_PICKUP_COMPLETED"],"first_name":"","last_name":"","phone_number":"+10000000000"}],"currency_code":"USD","destination":{"address":"311 11th Ave, New York, NY 10001-1213, US","latitude":40.75279,"longitude":-74.00465,"place":{"place_id":"8c00e805-e8a2-424b-c71c-31c1aab237cc","provider":"uber_places"},"subtitle":"New York, NY","timezone":"America/New_York","title":"311 11th Ave"},"dropoff_time":1713432065333,"fare":{"currency_code":"USD","value":12.92},"guest":{"email":"test@uber.com","first_name":"FirstName","guest_id":"Redacted","has_coordinator_consented":false,"last_name":"LastName","locale":"en","phone_number":"+10000000000","unregistered_user_uuid":"Redacted"},"is_downloadable_invoice_enabled":false,"is_eligible_for_refund":false,"location_uuid":"4f591c4b-1c51-42a4-af49-d7afae860f8d","pickup":{"address":"1359 Broadway, New York, NY 10018-7101, US","latitude":40.7517665,"longitude":-73.98786252,"place":{"place_id":"58bf46f1-a348-c54f-bb26-e02fb68a1cdd","provider":"uber_places"},"subtitle":"New York, NY","timezone":"America/New_York","title":"1359 Broadway"},"policy_uuid":"Redacted","product":{"display_name":"UberX","parent_product_type_id":"6a8e56b8-914e-4b48-a387-e6ad21d9c00c","product_id":"b8e5c464-5de2-4539-a35a-986d6e58f186"},"request_id":"Redacted","request_time":1713431822656,"requester_group":{"name":""},"requester_name":"HealthAPISandbox Health API Sandbox","requester_uuid":"Redacted","status":"completed","surge_multiplier":1,"total_trip_legs":1,"trip_distance_miles":0,"trip_duration_seconds":45,"trip_end_location":{"latitude":40.751766,"longitude":-73.98786},"trip_leg_number":0,"waypoints":[{"latitude":40.7517665,"longitude":-73.98786252,"type":"pickup"},{"latitude":40.75279,"longitude":-74.00465,"type":"dropoff"}]}