For the complete documentation index, see llms.txt. This page is also available as Markdown.

CheckNumber

Check Number

post
Query parameters
idstringRequiredExample: id
Body
instance_keystringRequired
jidstringRequired
Responses
200Success

No content

post/chats/checkNumber
POST /chats/checkNumber?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 44

{
  "instance_key": "id",
  "jid": "receivernumber"
}
200Success

No content

Last updated