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

Headers

AuthorizationstringRequired

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

Query parameters

limitintegerOptional>=1<=100
The number of records to return
cursorstringOptional
The ID that marks the start or beginning of the returned records
typeenumRequired
The type of the channels to retrieve
Allowed values:
modalityenumOptional
The modality of the channels to retrieve
Allowed values:

Response

Channels
datalist of objects or null
metaobject or null

Errors