Webhook Subscriptions
📄️ List webhook subscriptions
Returns all webhook subscriptions for the authenticated user's enterprise. Secrets are returned masked.
📄️ Create a webhook subscription
Creates a new webhook subscription and returns the plaintext signing secret. The plaintext secret<br />is shown only on this response — store it immediately; it cannot be retrieved later.
📄️ Delete a webhook subscription
Permanently removes a webhook subscription. Returns 204 with no body on success.
📄️ Get a webhook subscription
Returns a single webhook subscription belonging to the authenticated user's enterprise. The secret<br />is returned masked.
📄️ Update a webhook subscription
Partially updates a webhook subscription's name, URL, events, or enabled flag. Only the fields<br />provided in the request body are changed.
📄️ Rotate a webhook subscription's signing secret
Generates a new signing secret for the subscription and returns the plaintext value. The previous<br />secret is immediately invalidated. The plaintext is shown only on this response — store it now.