VendorWebhookResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier of the webhook. | [default to null] |
| url | String | URL where webhook events will be sent. | [default to null] |
| events | List | List of events this webhook subscribes to. | [default to null] |
| is_active | Boolean | Whether the webhook is active (not disabled). | [default to null] |
| created_at | String | When the webhook was created. | [default to null] |
| updated_at | String | When the webhook was last updated. | [default to null] |