Chat Controller
Check is WhatsApp
Início
Instances
Settings
Send Message
Chat Controller
Profile Settings
Group Controller
- POSTCreate Group
- POSTUpdate Group Picture
- POSTUpdate Group Subject
- POSTUpdate Group Description
- GETFetch Invite Code
- POSTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- POSTUpdate Group Members
- POSTUpdate Group Setting
- POSTToggle Ephemeral
- DELLeave Group
Typebot
OpenAI
Evolution Bot
Dify
Flowise
Chatwoot
Websocket
RabbitMQ
Chat Controller
Check is WhatsApp
POST
/
chat
/
whatsappNumbers
/
{instance}
curl --request POST \
--url https://{server-url}/chat/whatsappNumbers/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"numbers": [
"<string>"
]
}'
[
{
"exists": true,
"jid": "553198296801@s.whatsapp.net",
"number": "553198296801"
}
]
Authorizations
Your authorization key header
Path Parameters
ID of the instance to connect
Body
application/json
Phone numbers (with country code) to be checked
curl --request POST \
--url https://{server-url}/chat/whatsappNumbers/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"numbers": [
"<string>"
]
}'
[
{
"exists": true,
"jid": "553198296801@s.whatsapp.net",
"number": "553198296801"
}
]