There are a couple ways to integrate this API, here are a few to get you started:
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.
With this integration, you can fire your request to the Global 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.
The client specifies an action using an HTTP POST
followed by an HTTP GET
to request the result.
With this integration when a request is fired to the Global 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.
The client specifies an action using an HTTP POST
to request the result.