Check-Contact
http://whatsapp.local
http://whatsapp.local
POST
/contacts
Contacts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://whatsapp.local/contacts' \
--header 'Content-Type: application/json' \
--data-raw '{
"blocking": "wait",
"contacts": [
"{{Recipient-WA-ID}}"
]
}'
Response Response Example
{
"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"
}
]
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 03:06:39