GET
/
v1
/
zones
curl --request GET \
  --url https://api.sandbox.usenash.com/v1/zones
{
  "zones": [
    {
      "id": "zone_01234567890123456789",
      "externalId": "ext_01234567890123456789",
      "name": "Zone 1",
      "coverageAreaId": "coa_01234567890123456789",
      "storeLocationIds": "['stl_01234567890123456789', 'stl_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.