cURL
curl --request GET \ --url https://api.crunchz.app/api/channel/check-phone-number \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "is_exists": "<string>", "contact_id": "<string>" } }
Verify if a phone number is registered on WhatsApp before sending messages to improve delivery success rates.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The phone number to check.
CheckPhoneResource
The success status of response.
The message of response.
Show child attributes
The existence status of the number in whatsapp
The contact id of the phone
Was this page helpful?