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