Webhook management API
Webhook endpoints can now be managed programmatically through the new Webhooks API. This enables automating webhook configuration across environments and integrating webhook setup into deployment pipelines.
The API supports:
- Creating, listing, updating, and deleting webhook endpoints
- Retrieving and rotating signing secrets
- Listing available event types
Webhooks created via the API are identical to those created in the dashboard and appear in both interfaces.
For details, see the Webhooks documentation.