v1
latestOpenAPI 3.1.12026-07-2410095.4 KBCreate Channel
Creates a channel.
Headers
Request body
The display name for the channel
The channel's description.
Whether the episodes are automatically published when added to the channel. Cannot be enabled if podcasting is on.
Whether podcasting is enabled for this channel.
Use if embedding the channel on your own site. The custom URL ensures links always direct to your page and not Wistia's.
Response
Channel created successful
The numeric id of the channel.
The date when the channel was originally created.
The channel's description.
A unique alphanumeric identifier for this channel.
The number of medias in the channel.
The number of live stream events in the channel.
The display name for the channel
The date when the channel was last updated.
Whether episodes are automatically published when added to the channel.
Whether podcasting is enabled for the channel.
The custom URL used when embedding the channel on your own site. Null if no custom URL is set.
A cursor for stable pagination based on current sort_by order. You can pass this to cursor[before] or cursor[after] as a parameter to fetch the records before or after this record in the same sort order. This is only populated if records were fetched with cursor[enabled], or cursor[before] or cursor[after].