Webhook
Overview
The Webhooks API is used to create, retrieve, update, delete webhooks object from pipeline.
Webhook Object
id
string
Unique identifier for the webhook.
name
string
Name of the webhook.
createdAt
number
Timestamp (in milliseconds) at which the webhook object was created.
events
array
List of events that the webhook subscribes to. Possible events include stream.started, stream.detection, recording.ready, etc.
url
string
URL of the webhook endpoint.
sharedSecret
string
Shared secret used to sign the webhook payload.
streamId
string
StreamId of the stream to which the webhook is applied.
status
object
Status of the webhook, including last failure and last triggered timestamp.
Was this page helpful?