To call our API and to get a response, you'll need:

  • A license to use the product.
    Haven't got a license? Talk to your account manager or contact us to get it.

  • Your token. This confirms you are licensed to use Phone Validation and authenticates each request you send to the API. You can check if your token is working correctly or where to find your token. The token must be entered in the request header, along with the Auth-Token parameter, e.g.

    Auth-Token: ab123ab1-abc1-1234-abcd-ab1a123a1a12
    

To make your first call, you'll also want to have to hand:

  • A phone number you want to validate which can be either in a format local to your country or with phone country code.
  • A tool that allows you to make API calls - we recommend Postman.