Get Subscription History

Returns every record in a subscription's lineage, most recently updated first — one entry
per change to quantity, billing term, price, or product.

Use this endpoint to see the individual records behind a subscription. GET /subscriptions/{subscriptionId} returns only the most recent record, so this is the way
to look up a specific historical record.

Supply the original subscription ID — the id returned by GET /subscriptions or
GET /subscriptions/{subscriptionId}. Unlike those endpoints, this one does not resolve
the ID of a later record in the lineage.

Recipes
⚙️
User Offboarding License Reclamation
Open Recipe
🦉
Subscription Changelog Creation
Open Recipe
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The original subscription ID for the lineage, as returned in the id field of a
subscription response.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json