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
| Parameter | Type | Description |
|---|---|---|
country | string | "United Kingdom", "USA", or "Australia" |
radius_km | number | Radius in kilometres |
origin | string | Your business postcode/zip code |
destination | string | The customer's postcode/zip code |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <your-api-key> |