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

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

Response

Channels
datalist of objects or null
metaobject or null

Errors