Get All Zones

View as Markdown
Returns the complete list of NMS distribution zones. Zones are the primary geographic division used by NMS for logistics planning, delivery routing, and the OTIF delivery performance report. **Success Response (200 OK):** An array of zone objects containing the zone name (e.g., `ZONE 1`, `ZONE 2`). **Notes:** - Zone values returned here are the valid inputs for the `zone` query parameter on the **Delivery Performance (OTIF)** report endpoint. - Zones are distinct from regions — a zone may span multiple regions.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful response