Skip to main content
GET
Get zones that cover specified location (latitude & longitude, city_zipcode)

Authorizations

Authorization
string
header
required

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

Query Parameters

latitude
string | null

The latitude of the location to check coverage for. If used, must specify longitude

Example:

"0.00"

longitude
string | null

The longitude of the location to check coverage for. If used, must specify latitude

Example:

"0.00"

cityZipcode
string | null

The city_zipcode pair to check coverage for. The location must have coverage set up using the City & Zip Code unique field, not the separate City or Zip Code fields.

Example:

"sanfrancisco_94114"

zipcode
string | null

The zipcode to check coverage for.

Example:

"94114"

Response

OK

Response for list zones.

zones
ZoneResponse · object[]
required