Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.21 KB

Webhook.md

File metadata and controls

27 lines (15 loc) · 1.21 KB

Webhook

Properties

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

Enum: WebhookStatusEnum

  • Disabled (value: 'DISABLED')

  • Enabled (value: 'ENABLED')

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