WasenderAPI

API Documentation

WasenderApi WhatsApp API

Check if a number is on WhatsApp

Sessions

GET/api/on-whatsapp/{phone_number}

Verifies if a given Phone Number is registered on WhatsApp.

Check if a number is on WhatsApp

Verifies if a given Phone Number is registered on WhatsApp.

Parameters

NameTypeRequiredDescription
phone_numberstringYesThe Phone Number of the user to check, e.g., +1234567890

Code Examples

curl "https://www.wasenderapi.com/api/on-whatsapp/{phone_number}"
  -H "Authorization: Bearer YOUR_API_KEY"

Response Examples

{
      "success": true,
      "data": {
        "exists": true,
}