Skip to main content

Check Zip Codes

GET 

https://api.goodsdelivery.io/v1/coverage/:zipCodes

Authorization: x-api-key

name: x-api-keytype: apiKeyscopes: brandin: header

Use this endpoint to check if we support a specific zip-code or several zip-codes.

Request

Path Parameters

    zipCodes stringrequired

    List of zip codes, comma separated

Responses

If the request is valid, the response will contain a list with the status of each requested zip code.

Schema
    success booleanrequired
    object objectrequired
    name stringrequired
    pickUpZipCodes string[]required
    dropOffZipCodes string[]required
    operatingDays WeekDay[]required

    Possible values: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]

    services object[]required
  • Array [
  • serviceType ServiceTyperequired

    Possible values: [SAME_DAY, NEXT_DAY, SCHEDULED]

    Determine the delivery date, including pick-up and drop-off times.

    jobType JobTyperequired

    Possible values: [DELIVERY, RETURN]

  • ]
  • timeZone stringrequired
curl -L -X GET 'https://api.goodsdelivery.io/v1/coverage/:zipCodes' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.goodsdelivery.io/v1
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!