Channel

Create a new channel

Create an event-bound or standalone channel.

Broadcaster-first saga:

  1. INSERT row with lifecycle_status='creating', broadcast_id=NULL.
  2. POST /broadcasts on broadcaster.
  3. On success: UPDATE row → broadcast_id, lifecycle_status='ready'.
  4. Invalidate Redis bundle cache for the parent event.
post/saas/channel

Request body

Response

Successful Response

okboolean

Indicates if the request was successful or not.

Changes

No recorded changes to this endpoint across all 1 revision of this API.