Webhook
Information returned about a webhook.
Properties
Name | Type | Description | Notes |
---|---|---|---|
callbackUrl | String | The callback url of the webhook. | |
enabled | Boolean | A flag indicating if the webhook is enabled. | |
events | List<WebhookEvent> | The events of the webhook. | [optional] |
expired | Boolean | 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] |