Skip to main content
GET
/
check-number
Check WhatsApp Number
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>"
  }
}

Authorizations

Authorization
string
header
required

Provide your Wachat API Key as a Bearer token.

Query Parameters

instanceName
string
required

The name of your connected instance.

number
string
required

The phone number to check (include country code).

Response

200 - application/json

Successful check

status
string
Example:

"success"

data
object