A channel is an account in a messenger or social network that is connected to Wazzup in order to communicate with customers. Channel type and channel are different things:
So you can have multiple channels for each "channel type". For example, two WhatsApp numbers are connected. Then there will be two channels (two different numbers), and only one channel type (WhatsApp).
In order to get a list of channels that are added to work in Wazzup, you must call:
https://api.wazzup24.com/v3/channelsGET /v3/channels
curl --location --request GET 'https://api.wazzup24.com/v3/channels' \ --header 'Authorization: Bearer c8cf90444023482f909520d454368d27'
[
{
"channelId": string,
"transport": "whatsapp",
"plainId": "79865784457",
"state": "active"
}
]
Response
└── [array of objects]
├── channelId
├── transport
├── plainId
└── state
| Parameter | Type | Description |
| channelId | String | Channel Id (uuidv4) |
| transport | String | Channel type. Available values:
|
| plainId | String | Phone number, username or ID in the messenger |
| state | String | Channel status:
|