Phone Validation
Validate a phone number and receive phone details on return.
PhoneMatch5.0.Validate
Request Body
Name
Type
Description
{
"output": {
"data": {
"PhoneNumber": [
{
"countrycode": "US",
"countrycallingcode": "1",
"country": "United States",
"phonelinetype": "Mobile",
"carrier": "Verizon Wireless",
"phonenumber": "2015106000"
}
]
}
},
"meta": {
"confirmation": 71785534,
"reference": null,
"service": "PhoneMatch5.0.Validate",
"timestamp": "2019-10-25 14:09:12",
"company": "Company, LLC",
"user": "[email protected]"
},
"result": {
"action": "PASS",
"detail": "ALL CHECKS PASSED",
"issues": []
}
}Sample Request Body
How should the number be formatted?
US Example
International Example
Invalid Phone Number Types
Action and Detail Responses
Action
Detail
Description
Output Data
Parameter
Description
Rules
API Processing Error Returns
Error ReturnsLast updated