The Webhooks object

A webhook endpoint configuration with signing secret.

Attributes

id string
Integer identifier for the endpoint.
url string
HTTPS URL that receives webhook deliveries.
description string
Optional human-readable label for the endpoint.
secret string
HMAC-SHA256 signing secret (whsec_... format).
events string
Array of subscribed event types.
isActive string
Whether the endpoint is currently receiving deliveries.
createdAt string
ISO 8601 creation timestamp.
updatedAt string
ISO 8601 last modification timestamp.
stats24h string
Delivery statistics for the last 24 hours: total, delivered, failed.