Verify phone number
Verify a local or international phone number
Verify phone
POST https://api.verifynest.io/api/public/v1/verify/phone
This endpoint allows you to verify and retrieve a local or international phone number's details.
Headers
Name
Type
Description
Authorization
string
Bearer <API_KEY>
Request Body
Name
Type
Description
keyword
string
The phone number you wish to verify - must include country code eg: 61410xxxxxx
{
"country_code": "AU",
"national_format": "0410 xxx xxx",
"phone_number": "+61410xxxxxx",
"fraud": null,
"carrier": {
"mobile_country_code": "505",
"mobile_network_code": "02",
"name": "Singtel Optus Limited",
"type": "mobile",
"error_code": null
},
"caller_name": null,
"nnid_override": null,
"portability": null,
"record_type": "number_lookup"
}Last updated
Was this helpful?