GET
/
v1
/
zones
curl --request GET \
  --url https://api.sandbox.usenash.com/v1/zones
{
  "zones": [
    {
      "id": "zone_01234567890123456789",
      "externalId": "ext_01234567890123456789",
      "timezoneId": "America/New_York",
      "name": "Zone 1",
      "coverageAreaId": "coa_01234567890123456789",
      "storeLocationIds": [
        "stl_01234567890123456789",
        "stl_01234567890123456789"
      ],
      "storeLocationAssociations": [
        {
          "end_date": "2025-01-01",
          "start_date": "2024-01-01",
          "store_location_id": "stl_01234567890123456789",
          "zone_id": "zone_01234567890123456789"
        }
      ],
      "deliveryWindowIds": "['dw_01234567890123456789', 'dw_01234567890123456789']",
      "tags": "['service:rapid', 'franchise_location']",
      "isDeleted": false
    }
  ]
}

Query Parameters

size
integer
default:10

The size of the zones to return.

offset
integer
default:0

The offset of the zones to return.

Response

200
application/json
OK

Response for list zones.

zones
object[]
required

Response for zone.