EnterpriseWebhookResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the webhook. | [default to null] |
| url | String | URL to send webhook events to. | [default to null] |
| events | List | List of subscribed event types. | [default to null] |
| is_active | Boolean | Whether the webhook is active. | [default to null] |
| created_at | String | Timestamp when the webhook was created. | [default to null] |
| updated_at | String | Timestamp when the webhook was last updated. | [default to null] |