post https://waapi.app/api/v1/instances//client/action/create-channel
Create a channel
Log in to see full request history
Response
Create a channel
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/create-channel \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"status": "success",
"data": {},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/create-channel"
}
}