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
Name | Type | Required | Description |
---|---|---|---|
phone_number | string | Yes | The 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,
}