GET
/api/v1/logistics/zonesActive delivery zones
Lists the cities we currently have rider supply in, with each zone's available rider count, pending shipment count, surge multiplier, and a `coverage` flag (`live` once we have ≥5 active riders, else `limited`). Drives coverage maps and 'will we deliver to X?' checks in third-party UIs.
Authorization
Requires the logistics:read scope. See the auth guide for how to mint a token with the right scopes.
Response
A successful call returns 200 OK with the body shown to the right. Errors follow the standard envelope.