Webhook
Information returned about a webhook.
Properties
Name | Type | Description | Notes |
---|---|---|---|
CallbackUrl | string | The callback url of the webhook. | |
Enabled | bool | A flag indicating if the webhook is enabled. | |
Events | List<WebhookEvent> | The events of the webhook. | [optional] |
Expired | bool? | A flag indicating if the webhook has expired. | [optional] |
ExpiryDate | string | The timestamp of when the webhook is set to expire. If no expiry is set, this value will be NULL. | [optional] |
Id | string | The ID of the webhook. This value is generated when the webhook is created. | |
Token | string | The unique webhook token. | [optional] |