Check Phone on WhatsApp
Check if a phone number is registered on WhatsApp.
GET
https://api.wawp.net/v2/contacts/check-exists?instance_id=123456789&access_token=123456789&phone=1234567890
Authentication Required
Login to swap the placeholders with your real Instance ID and Access Token.
Log InTest /v2/contacts/check-exists endpoint
Supports
GET
GET
No query parameters required
This endpoint doesn't expect data in the URL.
Request Parameters
Configure the parameters required to interact with this endpoint. All query and body arguments are listed below with their details.
URL Parameters
Passed in the URL query stringstring | Your unique WhatsApp Instance ID Example: | ||
string | Your API Access Token Example: | ||
string | Phone number to check (digits only) Example: |
Request Samples
Use these ready-to-go code snippets to integrate our API into your project quickly and efficiently. Choose your preferred language and library.
Interactive Samples
Ln 36, Col 1javascript
Expected Responses
Explore all possible responses and outcomes from the server. We have documented each status code with data examples to make success and error handling easier.
application/json
Example
{
"exists": true,
"jid": "1234567890@c.us"
}On this page
Command Palette
Search for a command to run...