v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBValidate a phone number
Performs a number validation request. This is a paid service. For pricing check here
post/numbervalidator
Headers
Authorizationstring required
Bearer {access_token}
Content-Typestring required
application/json
Request body
Response
200
Example response
{
"to": "+306932XXXXXX",
"createdAt": "2017-01-24T09:22:11.627Z",
"getPorted": true,
"numberValidatorId": "b2bff937-15eb-473f-b5bc-ba377acf03ba",
"details": {
"type": "mobile",
"ported": true,
"network": "Cosmote (OTE)",
"networkCode": "20201",
"countryCode": "GRC",
"countryPrefix": "30"
},
"formats": {
"international": "+30 693 2XX XXXX",
"national": "693 2XX XXXX",
"rfc3966": "tel:+30-693-2XX-XXXX"
},
"geo": {
"host": "www.testdomain.com",
"country": "Netherlands",
"countryISO2Code": "NL",
"countryISO3Code": "NLD",
"continent": "EU"
},
"applicationName": "default",
"valid": true
}