Skip to main content
POST
/
chat
/
whatsappNumbers
/
{instance}
Check is WhatsApp
curl --request POST \
  --url https://api.botifiy.com/chat/whatsappNumbers/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "numbers": [
    "<string>"
  ]
}
'
[
  {
    "exists": true,
    "jid": "<string>",
    "number": "<string>"
  }
]

Authorizations

apikey
string
header
required

Path Parameters

instance
string
required

Name of the instance

Body

application/json
numbers
string[]
required

Phone numbers (with country code) to be checked

Response

200 - application/json

Ok

exists
boolean

Indicates if the number has a WhatsApp account

jid
string

WhatsApp JID of the number

number
string

Phone number that was checked