Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.04 KB

File metadata and controls

18 lines (15 loc) · 1.04 KB

# MailV1WebhooksWebhookSecretResource

Properties

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 New webhook secret, sent as `Authorization: Bearer <secret>` with every delivery. The previous secret is immediately invalidated and the new one is not returned again.
createdAt \DateTime
updatedAt \DateTime

[Back to Model list] [Back to API list] [Back to README]