Tenant Configuration API
Taxi & Private Hire › Products › Tenancy › Tenant Configuration API
Generally available
HTTP endpoints to read and update tenant configuration: GET the current Client row, list active clients (SYSTEM auth), GET/PUT the bootstrap setup payload (timezone, locale, currency, region, distance metric). SYSTEM auth required for the list endpoint; tenant-scoped auth for the per-client endpoints.
Example request
GET /client/{clientId}/clients/active
See the API reference for the full request and response schema.
Endpoints
| Method | Path | |
|---|---|---|
GET | /client/{clientId}/clients/active · primary | |
GET | /client/{clientId} | |
GET | /client/{clientId}/setup | |
PUT | /client/{clientId}/setup |
Full request/response schemas and an interactive explorer will live in the API reference (coming soon).