Get Request Zones
https://developer.uber.com/docs/health/references/api/v1/health-zones-get
This end point is used to fetch the Uber pickup/drop off Zones. Useful when booking are done in places like, Airports, hospitals etc..
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
latitude | string | ||
longitude | string | ||
place_id | string | ||
place_provider | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string | ||
`` | null |
RESPONSES
status: OK
{"access_points":[{"id":"fc975919-6435-3b37-8892-92a3d7540df4","instruction":"Pickup on Electioneer Rd","label":"Electioneer Rd","latitude":37.4258967,"longitude":-122.1826067,"provider":"uber_global_hotspots","rider_wayfinding_note":"Meet at your pickup spot on Electioneer Rd"}],"bounding_box":{"north_east_lat":37.427146911621094,"north_east_lng":-122.18057250976562,"south_west_lat":37.423553466796875,"south_west_lng":-122.18509674072266}}