| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Description |
*string |
➖ | A description of the object. | A description |
Status |
*components.Status | ➖ | The status of the webhook. | enabled |
DeliveryURL |
*string |
➖ | The delivery url of the webhook endpoint. The endpoint must respond within 60 seconds or the delivery is recorded as failed. | https://example.com/my/webhook/endpoint |
Events |
[]components.WebhookEventType | ➖ | The list of subscribed events for this webhook. [*] indicates that all events are enabled. |
[ "vault.connection.created", "vault.connection.updated" ] |