Channel Groups
List available channel groups
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstring · uuidRequired
The ID of the workspace
Responses
200
List of available channel groups is returned
application/json
get
/workspaces/{workspaceId}/channel-groups200
List of available channel groups is returned
Get channel group by ID
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstring · uuidRequired
The ID of the workspace
channelGroupIdstring · uuidRequired
The ID for a channel group
Responses
200
Return channel group
application/json
404
The request did not pass validation
application/json
get
/workspaces/{workspaceId}/channel-groups/{channelGroupId}Last updated
Was this helpful?

