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 |
Name | Value |
---|---|
DISABLED | "DISABLED" |
ENABLED | "ENABLED" |
SUSPENDED | "SUSPENDED" |