The Webhooks object
A webhook endpoint configuration. The HMAC-SHA256 signing secret is disclosed exactly twice: in the create response and in the rotate response. Every read surface carries secretHint instead.
Attributes
idstringInteger identifier for the endpoint.
urlstringHTTPS URL that receives webhook deliveries.
descriptionstringOptional human-readable label for the endpoint.
secretHintstringLast four characters of the signing secret, for identification. The full secret is shown only when created or rotated.
eventsstringArray of subscribed event types.
isActivestringWhether the endpoint is currently receiving deliveries.
createdAtstringISO 8601 creation timestamp.
updatedAtstringISO 8601 last modification timestamp.
stats24hstringDelivery statistics for the last 24 hours: total, delivered, failed.