v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
channel

get channel by id

get channel by id

post/instances/{id}/client/action/get-channel-by-id

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/get-channel-by-id"
  }
}