Address Search
Taxi & Private Hire › Products › Address › Address Search
Generally available
Autocomplete-driven address search: it queries a fast per-tenant address cache first and falls back to a global places provider for the long tail. Returns ranked suggestions; the selected suggestion resolves to a full address with coordinates when the booking is committed.
Example request
POST /client/{clientId}/address
See the API reference for the full request and response schema.
Endpoints
| Method | Path | |
|---|---|---|
POST | /client/{clientId}/address · primary | |
GET | /client/{clientId}/address/{addressId} | |
GET | /client/{clientId}/address | |
GET | /client/{clientId}/address/provider/{providerId} | |
GET | /client/{clientId}/address/search | |
POST | /client/{clientId}/address/{addressId} |
Full request/response schemas and an interactive explorer will live in the API reference (coming soon).