The API Changelog provides a record of updates, enhancements, and fixes we implemented.
Deprecation Notices
No current deprecations.
Non-breaking changes
Summary
We’ve introduced a new set of APIs to help you create, manage, and monitor webhook subscriptions programmatically.
What’s new?
New API capabilities:
Subscriptions
You can now fully manage webhook subscriptions:
- Create a subscription
- Retrieve subscription details
- Update an existing subscription
- Activate or deactivate a subscription
- List all subscriptions
- View deliveries for a specific subscription
Event Deliveries
Gain visibility into webhook activity:
- List deliveries with filtering options
- Retrieve detailed delivery information
- View deliveries associated with a specific event
Secrets Management
Secure your webhook endpoints with built-in secret management:
- Create and retrieve secrets
- Update secret descriptions
- Rotate secrets
- Delete secrets
- List all secrets (metadata)
Environment Variables
Configure webhook behavior dynamically:
- Create, update, and delete environment variables
- Retrieve variable details
- List all environment variables
These APIs give you full control over webhook lifecycle management, improve observability into event deliveries, and enhance security with robust secret handling.
Improvements
NA
Bug fixes
NA