GET
/api/v1/channelsQuery Parameters
integer
The page number to retrieve. Must be
1 or greater. Defaults to 1.integer
Number of channels to return per page. Must be
1 or greater.array
Optional array of related resources to include in the response.
Code Examples
Response
Returns200 OK with a data array of channel objects and a pageCount for pagination.
Response Fields
array
required
Array of channel objects connected to the workspace.
number
required
The total number of pages available based on the current
perPage value.