Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 924 Bytes

Webhook.md

File metadata and controls

29 lines (17 loc) · 924 Bytes

Webhook

Properties

Name Type Description Notes
id UUID The id of the webhook
url String The url of the webhook where notifications will be sent. Must be a valid URL and https.
description String description of the webhook of what it is used for [optional]
events List<WebhookEvent> The events that the webhook will be subscribed to
status StatusEnum The status of the webhook
createdAt Long The date and time the webhook was created in milliseconds
updatedAt Long The date and time the webhook was last updated in milliseconds

Enum: StatusEnum

Name Value
DISABLED "DISABLED"
ENABLED "ENABLED"
SUSPENDED "SUSPENDED"