On Whatsapp
POST/chat/onWhatsapp
On Whatsapp
Request
- application/json
Body
required
Check if the contact is a whatsapp contact
numbers string[]required
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
exists booleanrequired
jid stringrequired
name stringrequired
[
{
"exists": true,
"jid": "string",
"name": "string"
}
]
Loading...