Skip to main content
GET
/
v1
/
channels
List channels
curl --request GET \
  --url https://app.chatbotx.io/api/v1/channels \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "channel": "<string>",
      "status": "<string>"
    }
  ],
  "pageCount": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

includes
any[]
page
integer
Required range: 1 <= x <= 9007199254740991
perPage
integer
Required range: 1 <= x <= 9007199254740991

Response

200 - application/json

OK

data
object[]
required
pageCount
number
required