curl --request POST \
--url https://{server-url}/chat/whatsappNumbers/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"numbers": [
"<string>"
]
}'
[
{
"exists": true,
"jid": "553198296801@s.whatsapp.net",
"number": "553198296801"
}
]
curl --request POST \
--url https://{server-url}/chat/whatsappNumbers/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"numbers": [
"<string>"
]
}'
[
{
"exists": true,
"jid": "553198296801@s.whatsapp.net",
"number": "553198296801"
}
]
Your authorization key header
Name of the instance
Ok
Array of objects representing WhatsApp account existence information.