Check if contact exists on WhatsApp
Check Contact Exists
Verify if a phone number is registered on WhatsApp and retrieve its chatId for messaging purposes.
GET
Check if contact exists on WhatsApp
Check if a phone number is registered on WhatsApp before attempting to send messages. This endpoint allows you to:Documentation Index
Fetch the complete documentation index at: https://docs.hypersender.com/llms.txt
Use this file to discover all available pages before exploring further.
- Verify if a phone number exists on WhatsApp
- Get the correct chatId format for messaging
- Prevent errors when sending messages to non-existent numbers
This is useful for validating contacts before sending messaging operations or when integrating with external systems.
Use Cases
Contact Validation
Before sending messages to a list of contacts, verify which numbers are actually registered on WhatsApp.CRM Integration
When syncing contacts from your CRM, check their WhatsApp availability to enable messaging features.User Onboarding
Verify if a user’s phone number is on WhatsApp during registration or account setup.Response Examples
Existing Contact
When the phone number is registered on WhatsApp:Non-existing Contact
When the phone number is not registered on WhatsApp:The
chatId can be in any format +20123456789, 20123456789, 0123456789, or 123456789Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
application/json
Example:
"application/json"
application/json
Example:
"application/json"
Path Parameters
Instance UUID copied from hypersender dashboard
Example:
"{{ instance_id }}"
Body
application/json
Phone number to check (with country code, without + or spaces)
Example:
"201553730661"