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
idstring · uuidOptional
platformGroupIdstring · min: 1 · max: 250Optional
platformGroupNamestring · min: 1 · max: 250Optional
platformIdstring · min: 3 · max: 60OptionalPattern:
^[A-Za-z0-9-]+$channelIdsstring · uuid[]Optional
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
404
The request did not pass validation
application/json
get
/workspaces/{workspaceId}/channel-groups/{channelGroupId}Last updated
Was this helpful?

