Get Request Zones

GET https://api.uber.com/v1/health/zones?latitude=40.7517665&longitude=-73.98786252&place_id=ChIJw9EyTNakj4ARLgYZv1Gdp4I&place_provider=google_places

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

KeyDatatypeRequiredDescription
latitudestring
longitudestring
place_idstring
place_providerstring

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring
``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}}