Ways to integrate

There are a couple ways to integrate this API, here are a few to get you started:

Postman collections

You can quickly test out the requests and responses and see how the API behaves with our pre-configured Postman collections. Simply import the relevant collections, add your token as a variable and start making requests with your desired parameters.

Get Postman collections

Asynchronous integration

With this integration, you can fire your request to the Phone Validate service without having to wait for the result to return. The result can be retrieved from the service later, providing more flexibility.

Note that the result will be removed if it is not accessed within 5 minutes. Also, you may have to make several attempts to retrieve the results if there is a delay in retrieving them back.

How does it work?

The client specifies an action using an HTTP POST followed by an HTTP GET to request the result.

Synchronous integration

With this integration when a request is fired to the Phone Validate service, you will receive your result within the request call itself. Therefore, you have to wait for the request to finish processing before you can continue with the workflow.

How does it work?

The client specifies an action using an HTTP POST to request the result.

Phone Validate API

Get started