Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 948 Bytes

Webhook.md

File metadata and controls

14 lines (10 loc) · 948 Bytes

ApiVideo.Model.Webhook

Properties

Name Type Description Notes
WebhookId string A unique identifier of the webhook you subscribed to. [optional]
CreatedAt DateTime The time and date when you created this webhook subscription, in ATOM UTC format. [optional]
Events List<string> 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]

[Back to Model list] [Back to API list] [Back to README]