Developers

Service area checking API Developer Guide

Quick Setup

Getting started with the Service Area WIZARD API is quick and easy. All you need to do is:

  1. Create a free account
  2. Create an API token
  3. Start making API calls!

The first thing you need to do is login to your account or register if you do not yet have one. Next you need to create an API token on the API tokens page.

You are now ready to start making API requests.

Test it out

Create an API token and enter it in the text input. Send some test requests to see what responses you get.


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

headers: {
    Authorization: 'Bearer ' + ''
}

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

// Click "Send test" to see response...