Back to overview

Subscriptions API v11 is now available

Placed on:2 September 2026

Version 11 of the Subscriptions API is now available. This release introduces several improvements that simplify subscription management and make integrations easier to work with.

The main change is that subscription management is now synchronous. Creating, updating, and deleting subscriptions no longer requires the process status mechanism. These operations now complete immediately, removing the need to poll a process status endpoint.
The subscription destination field has been renamed from url to eventDestination. This change applies to both the create (POST) and update (PATCH) operations. This better reflects its purpose, as notifications can be delivered through webhooks, Google Cloud Pub/Sub, or AWS SQS.

We also improved the test push notification endpoint. It now returns a confirmation response containing the resourceId, resource, and type of the test message that was dispatched, making it easier to verify what was sent.

For more information, see the Subscriptions API v11 documentation.