Introspect phone number
Validate a phone number and check if a WhatsApp conversation window is open.
post/v1/introspect/phone
Request body
Example request
{
"phoneNumber": "+56912345678"
}Response
Phone number introspection result.
Example response
{
"countryCode": "CL",
"nationalFormat": "(312) 945-7420",
"carrier": {
"name": "Verizon Wireless"
}
}