| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The unique identifier of the webhook. | [optional] |
| url | str | The url of the webhook | [optional] |
| token | str | Webhook secret token used to sign the webhook's payload | [optional] |
| enabled | bool | Determine if the webhook is active. | [optional] |
| href | str | The API endpoint to retrieve the webhook. | [optional] |
| environments | list[str] | The environments from which the webhook will receive events. | [optional] |
| events | list[str] | The events that will be published to the webhook. | [optional] |
