Chat Controller
Check is WhatsApp
Check if numbers are on WhatsApp
POST
https://{server-url}
/
chat
/
whatsappNumbers
/
{instance}
Authorizations
apikey
string
headerrequiredYour authorization key header
Path Parameters
instance
string
requiredID of the instance to connect
Body
application/json
numbers
string[]
Phone numbers (with country code) to be checked
Response
200 - application/json
exists
boolean
Indicates whether the WhatsApp account exists.
jid
string
The JID of the WhatsApp account.
number
string
The phone number associated with the WhatsApp account.