Subscription Versions
List subscription versions
Returns every version attached to a subscription: drafts, the currently active published version, and any future pending versions.
GET
List subscription versions
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 Path Parameters
Unique identifier for the subscription
Response
Success
List of subscription versions
Previous
Create a new subscription versionCreates a new version from a complete item set. Returns a draft by default that can be edited and published later. This is the snapshot-based mutation path (Path B) for full control over the version contents. For the delta-based alternative, use `create-subscription-change`. See the [Updating a Subscription](/docs/api-reference/v2/examples/updating-a-subscription) examples.
Next
List subscription versions