Skip to main content
GET
List channels

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

after
string

The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.

defaultPageLength
integer<int32>

An integer specifying the default number of results to display per page.

limit
integer<int32>

The maximum number of results to display per page.

sort
string[]

An array of strings specifying the sort order of the results.

Response

successful operation

results
object[]
required

An array containing the public channel objects. Each item in the array is a reference to a PublicChannel schema.

total
integer<int32>
required

The total number of public channels available. It is an integer value.

paging
object
Last modified on September 9, 2026