cURL
curl --request GET \ --url https://app.wachat.net/api/v1/check-number \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "exists": true, "jid": "<string>", "number": "<string>", "instance": "<string>" } }
Verify if a given phone number is registered on WhatsApp.
Provide your Wachat API Key as a Bearer token.
The name of your connected instance.
The phone number to check (include country code).
Successful check
"success"
Show child attributes