Get a list of channels
Get a list of channels. This list can be filtered by modality and paginated. The default and maximum limits are 100 channels per page
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
limit
The number of records to return
cursor
The ID that marks the start or beginning of the returned records
type
The type of the channels to retrieve
Allowed values:
modality
The modality of the channels to retrieve
Allowed values:
Response
Channels
data
meta
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error