Skip to main content
POST

Authorizations

X-Webhook-Secret
string
header
required

Shared secret for transcoder webhook callbacks

Body

application/json
event
string
required

Event type, e.g. stream.status.live

Example:

"stream.status.starting"

stream_id
string<uuid>
required
status
enum<string>
required
Available options:
idle,
starting,
live,
reconnecting,
stopping,
errored
timestamp
string<date-time>
required
previous_status
enum<string>
Available options:
idle,
starting,
live,
reconnecting,
stopping,
errored
session_id
string<uuid> | null
details
object | null

Freeform context about the transition

Response

Webhook received

received
boolean
Example:

true