Health API - Sandbox

Number of APIs: 39

Uber’s Health API provides a way to manage transportation for your guests via the Uber Platform.

The Health API is an HIPAA compliant endpoint and integration solution.

Your guests are not required to have an Uber account, but you will need to provide some guest details when requesting a ride.

This API resource is designed to allow you to request and pay for rides, for multiple guests at the same time.

  1. Authorization - 1. Generate Access Token POST https://login.uber.com/oauth/v2/token

  2. Run & Zones - 2. Create Run POST {{sandbox_base_url}}/v1/health/sandbox/run

  3. Run & Zones - 3. Get Run GET {{sandbox_base_url}}/v1/health/sandbox/run/{{run_id}}

  4. Run & Zones - 4.Get Request Zones GET {{sandbox_base_url}}/v1/health/zones?latitude={{start_lat}}&longitude={{start_long}}&place_id=ChIJw9EyTNakj4ARLgYZv1Gdp4I&place_provider=google_places

  5. Trip Estimates - 5b. Get Health Trip Estimates - Scheduled POST {{sandbox_base_url}}/v1/health/trips/estimates

  6. Trip Estimates - 5d. Get Health Trip Estimates - Reserve POST https://sandbox-api.uber.com/v1/health/trips/estimates

  7. Create Health Trip - 6d. Create Health Trip - Reserve POST {{sandbox_base_url}}/v1/health/trips

  8. Change Driver State - 7. Change Driver State POST {{sandbox_base_url}}/v1/health/sandbox/driver-state

  9. Get Health Trips - 8. Get Health Trip By Trip ID GET https://sandbox-api.uber.com/v1/health/trips/{{request_id}}

  10. Get Health Trips - 9a. List All Active Trips GET {{sandbox_base_url}}/v1/health/trips