Webhook Endpoints
Create webhook endpoint
Register a URL to receive event notifications.
POST
Creates a new webhook endpoint for your organization. The response includes a signing secret that is shown only once — store it securely.
Request body
HTTPS URL we will POST events to.
http://localhost is allowed for local development.Event types to subscribe to. Supports exact names (
card.created), prefix wildcards (card.*), and the catch-all (*). See the event catalog for the full list.Free-form description, up to 255 characters.
Optional API-version pin. Reserved for future use; ignore for now.
Response
Unique endpoint identifier.
Always
"webhook_endpoint".The endpoint URL.
The event subscriptions, normalized.
"active" (always, on creation).The HMAC signing secret (
whsec_…). Returned on creation for convenience. If you lose it, recover via GET /:id/secret or rotate with POST /:id/roll_secret. Treat like a password — every retrieval is audited.ISO 8601 creation timestamp.