Referencia de APIV2 / Chats / Channel
Create Channel whatsapp by phonenumberid pin
← Back to full API reference
POST
/v2/channel/whatsapp/:phoneNumberId/pinAuth requiredRequest details
Path params
| Field | Required | Description |
|---|---|---|
| phoneNumberId | Yes | Required path parameter. |
Body fields
| Field | Required | Description |
|---|---|---|
| pin | Yes | Inferred from req.body.pin |
Default payloads
Path params
json
{
"phoneNumberId": 1
}Query
json
{}Body
json
{
"pin": "string"
}Sample response
json
{}