API Reference

Full API reference for the Service Area WIZARD check endpoint.

API Reference

Simply send a POST request with your API key, the country, the radius, and the postcodes you wish to check.

Check Endpoint

POST: https://app.serviceareawizard.com/api/check

headers: {
    Authorization: 'Bearer ' + '<your-api-key>'
}

{
    country: ""
    radius_km:
    origin: ""
    destination: ""
}

Parameters

ParameterTypeDescription
countrystring"United Kingdom", "USA", or "Australia"
radius_kmnumberRadius in kilometres
originstringYour business postcode/zip code
destinationstringThe customer's postcode/zip code

Headers

HeaderValue
AuthorizationBearer <your-api-key>