Get the history of subscription quantities and prices over time for a given subscription_id
. This endpoint can be used to power an in-product experience where you show a customer their historical changes to seat count. Future changes are not included in this endpoint - use the getContract
endpoint to view the future scheduled changes to a subscription’s quantity.
Subscriptions are used to model fixed recurring fees as well as seat-based recurring fees. To model changes to the number of seats in Metronome, you can increment or decrement the quantity on a subscription at any point in the past or future.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.