WasenderApi - Low Cost WhatsApp API for Developers Check if a number is on WhatsApp - API Documentation - WasenderApi - Low Cost WhatsApp API for Developers
WasenderApi API

API Documentation

WasenderApi WhatsApp API

Check if a number is on WhatsApp

Sessions

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

NameTypeRequiredDescription
jidstringYesThe 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,
}