Skip to main content
GET
/
cabinet
/
admin
/
channel-subscriptions
List Channels
curl --request GET \
  --url https://api.example.com/cabinet/admin/channel-subscriptions \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": 123,
      "channel_id": "<string>",
      "channel_link": "<string>",
      "title": "<string>",
      "is_active": true,
      "sort_order": 123,
      "disable_trial_on_leave": true,
      "disable_paid_on_leave": true
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

items
ChannelResponse · object[]
required
total
integer
required