Driver App Sync
Taxi & Private Hire › Products › Transporter › Driver App Sync
Generally available
The high-frequency endpoints the driver app calls throughout a shift — location updates, session refresh, offer accept/reject, status changes, and joining or leaving queues. Optimised for the hot path and rate-limited per driver.
Example request
GET /client/{clientId}/transporter/{transporterId}/locationhistory
See the API reference for the full request and response schema.
Endpoints
| Method | Path | |
|---|---|---|
GET | /client/{clientId}/transporter/{transporterId}/locationhistory · primary | |
POST | /client/{clientId}/transporter/{transporterId}/offer/{offerId}/accept | |
POST | /client/{clientId}/transporter/{transporterId}/offer/{offerId}/reject | |
GET | /client/{clientId}/transporter/{transporterId}/prebookings | |
POST | /client/{clientId}/transporter/{transporterId}/prompt/{promptId}/respond | |
GET | /client/{clientId}/transporter/{transporterId}/session | |
POST | /client/{clientId}/transporter/{transporterId}/staging/{tripId}/confirm | |
POST | /client/{clientId}/transporter/{transporterId}/staging/{tripId} | |
DELETE | /client/{clientId}/transporter/{transporterId}/staging/{tripId} | |
POST | /client/{clientId}/transporter/{transporterId}/trip/{tripId}/accept | |
POST | /client/{clientId}/transporter/{transporterId}/session/locations | |
POST | /client/{clientId}/transporter/{transporterId}/session/state | |
POST | /client/{clientId}/transporter/{transporterId}/work | |
DELETE | /client/{clientId}/transporter/{transporterId}/session/zone | |
POST | /client/{clientId}/transporter/{transporterId}/session/zone/{zoneId} |
Full request/response schemas and an interactive explorer will live in the API reference (coming soon).