3. Get Zones
GET https://api.uber.com/v1/guests/zones?latitude={{start_lat}}&longitude={{start_long}}
[https://developer.uber.com/docs/guest-rides/references/api/v1/guest-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 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-uber-organizationuuid | string |
RESPONSES
status: OK
{"bounding_box":{"northeast_lat":43.60371433968135,"northeast_lng":1.4518374786023471,"southwest_lat":43.59472366031865,"southwest_lng":1.4394225213976528},"access_points":[{"id":"63582691-33ae-47f1-b201-16fb7ddb3257","latitude":43.5992237,"longitude":1.4455761,"label":"Place Rouaix \u0026 Rue des Bouquières","rider_wayfinding_note":"Meet at your pickup spot near Place Rouaix \u0026 Rue des Bouquières","invalid_product_ids":null},{"id":"63db844d-d3fb-49c4-b35a-054826defd71","latitude":43.5988867,"longitude":1.4456102,"label":"46 Rue du Languedoc","rider_wayfinding_note":"Meet at your pickup spot near 46 Rue du Languedoc","invalid_product_ids":null}]}