Release Date: March 28, 2025
Enhancements
We've introduced a brand-new set of Webhook APIs, designed with enhanced functionality and flexibility. These new APIs support advanced features including:
- Custom header configuration
- Query parameter support
- Webhook authentication methods (Bearer Token and Basic Auth)
- Support for a custom
Name
parameter to label each webhook subscription
As part of this upgrade, the legacy Webhook APIs have been deprecated in favor of the new, more robust versions.
Additionally, this release includes minor improvements and bug fixes to enhance overall stability and performance.
Newly Added APIs
getWebhookSubscriptionDetail
– Retrieve detailed information about a specific webhook subscriptioncreateWebhookSubscription
– Create a new webhook subscription with advanced configuration optionsdeleteWebhookSubscription
– Remove an existing webhook subscriptionupdateWebhookSubscription
– Modify an existing webhook subscriptionlistAllWebhooks
– Retrieve a list of all configured webhook subscriptionsgetWebhookEvents
– Fetch available webhook events supported by the system
Deprecated APIs
The following legacy APIs have been deprecated:
webHookUnsubscribe
webhookTest
webHookSubscribe
getWebHookSubscribedURLs