Skip to main content
GET
List channels

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

A JSON array of channel objects.

id
string

The channel identifier used elsewhere in the API.

Example:

"news"

name
string

The human-readable channel name.

Example:

"News"