GET
/api/on-whatsapp/{jid}
Verifies if a given JID (WhatsApp ID) is registered on WhatsApp.
Check if a number is on WhatsApp
Verifies if a given JID (WhatsApp ID) is registered on WhatsApp.
Parameters
Name | Type | Required | Description |
---|---|---|---|
jid | string | Yes | The JID (Jabber ID) of the user to check, e.g., [email protected]." |
Code Examples
curl "https://www.wasenderapi.com/api/on-whatsapp/{jid}"
-H "Authorization: Bearer YOUR_API_KEY"
Response Examples
{
"success": true,
"data": {
"exists": true,
}