Webhook
Information returned about a webhook.
Properties
Name | Type | Description | Notes |
---|---|---|---|
callback_url | str | 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] |
expiry_date | str | The timestamp of when the webhook is set to expire. If no expiry is set, this value will be NULL. | [optional] |
id | str | The ID of the webhook. This value is generated when the webhook is created. | |
token | str | The unique webhook token. | [optional] |