The Webhooks object
A webhook endpoint configuration with signing secret.
Attributes
id stringInteger identifier for the endpoint.
url stringHTTPS URL that receives webhook deliveries.
description stringOptional human-readable label for the endpoint.
secret stringHMAC-SHA256 signing secret (whsec_... format).
events stringArray of subscribed event types.
isActive stringWhether the endpoint is currently receiving deliveries.
createdAt stringISO 8601 creation timestamp.
updatedAt stringISO 8601 last modification timestamp.
stats24h stringDelivery statistics for the last 24 hours: total, delivered, failed.