channels
List channels
Returns a paginated list of channels scoped to the caller account.
get/api/v1/channels
Query parameters
activeboolean
typesstring[]
qstring
pagenumber
limitnumber
sortBystring
sortOrderstring
Response
Paginated list of channels.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}