| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Unique webhook identifier | |
| mailbox | \Hostinger\Model\MailV1WebhooksWebhookMailboxResource | ||
| name | string | Human-readable name for this webhook | |
| description | string | Optional description of the webhook's purpose | |
| events | string[] | Events that trigger this webhook | |
| status | string | Current status of the webhook | |
| url | string | URL that receives webhook POST requests | |
| secret | string | One-time webhook secret, returned only on creation. Sent as `Authorization: Bearer <secret>` with every delivery. | |
| createdAt | \DateTime | ||
| updatedAt | \DateTime |