v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
channel

subscribe to channel

subscribe to channel

post/instances/{id}/client/action/subscribe-to-channel

Path parameters

idinteger required

Instance ID

Request body

channelIdstring

Example request

{
  "channelId": "<channelId>@newsletter"
}

Response

status'success' | 'error'
dataobject

Example response

{
  "status": "success",
  "links": {
    "self": "https://waapi.app/api/v1/instances/1/client/action/subscribe-to-channel"
  }
}