Get Channels
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
RecordsPerPage
The number of records to return per page. This parameter is used for pagination. If not provided, a default value will be used.
Cursor
A cursor for pagination. This parameter is used to fetch the next set of results.
Response
Success
items
List of channels
next
Next page url
prev
Previous page url

