This section describes how to use single and batch phone verification using the Phone Verification API service. You may want to try it out with a FreeTrial Account.
This method will consume credits.
- HTTP Request
- URL Composition
- Base URL: https://api.cloud.precisely.com
- batch phone validation Service: /v1/phone-numbers/validate/batch
- Supported Methods: POST only
- Rate Limit (Transactions per second): 40
- Input Fields Each request to the API service requires parameters
listed below.
{ "phoneNumbers": [ { "id": "1", "phoneNumber": "4144654885", "country": "US" }, { "id": "1", "phoneNumber": "+14144" } ] }Note: phoneNumber is mandatory.
- URL Composition
Request Parameter
The below table lists the request parameters for Phone Verification Service:
| Parameter | Description |
|---|---|
| phoneNumber | Input phone number (required). +14144654885 |
| country | Input country code in ISO2 or ISO3
format
|
| id | Optional parameter which will tag along with result when passed at the time of input.
|