Contacts
Check-Contact
post/contacts
Request body
Example request
{
"blocking": "wait",
"contacts": [
"{{Recipient-WA-ID}}"
]
}Response
Example response
{
"contacts": [
{
"input": "1-631-555-1002",
"status": "processing"
},
{
"input": "6315551003",
"status": "processing"
},
{
"input": "+54 9 11 5612-1008",
"status": "processing"
},
{
"input": "+1 (516) 283-7151",
"status": "valid",
"wa_id": "15162837151"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.