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
- single phone validation Service:v1/phone-numbers/validate
- Supported Methods: POST only
- Rate Limit (Transactions per second): 100
-
Input Fields Each request to the API service requires parameters listed below.
{ "phoneNumber": "4144654885", "country": "US" }
Note: The phoneNumber is mandatory.
Request Parameters
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.
|