cURL
curl --request POST \ --url https://api.botifiy.com/chat/whatsappNumbers/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "numbers": [ "<string>" ] } '
[ { "exists": true, "jid": "<string>", "number": "<string>" } ]
Check if phone numbers have WhatsApp accounts
Name of the instance
Phone numbers (with country code) to be checked
Ok
Indicates if the number has a WhatsApp account
WhatsApp JID of the number
Phone number that was checked