cURL
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": "[email protected]", "number": "553198296801" } ]
Check if numbers are on WhatsApp
Your authorization key header
Name of the instance
Phone numbers (with country code) to be checked
Ok
Indicates whether the WhatsApp account exists.
The JID of the WhatsApp account.
The phone number associated with the WhatsApp account.
[ { "exists": true, "jid": "[email protected]", "number": "553198296801" }]