GET
/api/v1/logistics/surgeZone surge multiplier
Current zone surge multiplier (1.0–2.5) for a city, computed from real-time supply/demand over the last 15 minutes. Same formula the dispatcher uses internally so the buyer-facing badge always matches the charged fare. Use it to surface a 'high demand' notice in your storefront before checkout.
Authorization
Requires the logistics:read scope. See the auth guide for how to mint a token with the right scopes.
Parameters
Query parameters
| Field | Type | Description |
|---|---|---|
city required | string | City name. Case-insensitive. e.g. Lagos |
Response
A successful call returns 200 OK with the body shown to the right. Errors follow the standard envelope.