WhatsApp Number
POST/chat/whatsappNumbers/:instanceName
WhatsApp Number
Request
Path Parameters
- required
instanceName stringrequired
Example: {{instance}}
- application/json
Body
- object
Responses
- 200
- 400
Created
Response Headers
X-Powered-By string
Content-Type string
Content-Length integer
ETag string
Vary string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
[
{
"jid": "[email protected]",
"exists": true
},
{
"jid": "5531988888",
"exists": false
}
]
Bad Request
Response Headers
X-Powered-By string
Content-Type string
Content-Length integer
ETag string
Vary string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 400,
"error": "Bad Request",
"message": [
{
"property": "numbers[0]",
"message": "\"numbers\" must be an array of numeric strings"
}
]
}
Loading...