Verifies if a specific phone number is registered on WhatsApp. This is a crucial step before sending messages to ensure the recipient actually has a valid WhatsApp account, which helps prevent bans and message failures.Developer Tips:
Phone Format: Send the phone number with the country code but without any +, spaces, dashes, or parentheses (e.g., 1234567890).
Validation: If numberExists returns false, do not attempt to send messages to that number.
Request
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://wawp.net/wp-json/awp/v1/contacts/check-exists?instance_id=1234567890&access_token=1234567890&phone=1234567890'