Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.3 KB

Webhook.md

File metadata and controls

34 lines (21 loc) · 1.3 KB

Webhook

Properties

Name Type Description Notes
webhookId String A unique identifier of the webhook you subscribed to. [optional]
createdAt OffsetDateTime The time and date when you created this webhook subscription, in ATOM UTC format. [optional]
events List<EventsEnum> A list of events that you subscribed to. When these events occur, the API triggers a webhook call to the URL you provided. [optional]
url String The URL where the API sends the webhook. [optional]
signatureSecret String A secret key for the webhook you subscribed to. You can use it to verify the origin of the webhook call that you receive. [optional]

Enum: List<EventsEnum>

Name Value
LIVE_STREAM_BROADCAST_STARTED "live-stream.broadcast.started"
LIVE_STREAM_BROADCAST_ENDED "live-stream.broadcast.ended"
VIDEO_SOURCE_RECORDED "video.source.recorded"
VIDEO_ENCODING_QUALITY_COMPLETED "video.encoding.quality.completed"
VIDEO_CAPTION_GENERATED "video.caption.generated"
VIDEO_SUMMARY_GENERATED "video.summary.generated"

Implemented Interfaces

  • Serializable
  • DeepObject