v1
latestOpenAPI 3.1.22026-08-062223.0 KBPhone Number Validation
Validate phone numbers
Submit a batch request to validate phone numbers.
Note: A License Key and Phone Number are both required for this request.
post/doGlobalPhone
Headers
Accept'application/json' | '*/*' required
Format of the response.
Content-Type'application/json' required
Format of the request.
Request body
Example request
{
"TransmissionReference": "Test",
"Options": "TimeToWait:5,CallerID:True",
"CustomerID": "{REPLACE-WITH-YOUR-LICENSE-KEY}",
"Records": [
{
"RecordID": "1",
"PhoneNumber": "8006354772",
"Country": "US"
}
]
}Response
Global Phone Response