Get Channels

View as Markdown
Retrieves a paginated list of channels that the authenticated user has access to based on the provided access token.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Query parameters

RecordsPerPageintegerOptionalDefaults to 50
The number of records to return per page. This parameter is used for pagination. If not provided, a default value will be used.
CursorstringOptional
A cursor for pagination. This parameter is used to fetch the next set of results.

Response

Success
itemslist of objects or null
List of channels
nextstring or null
Next page url
prevstring or null
Previous page url

Errors