How to Retrieve Subscription Plan Change History via API
Last updated: August 27, 2024
If you need to access the history of plan changes for a specific subscription through our API, you can use the Fetch Subscription Schedule endpoint. This endpoint provides detailed information about a subscription's schedule, including past and future plan changes.
Using the Fetch Subscription Schedule Endpoint
To retrieve the subscription plan change history:
Make a GET request to the Fetch Subscription Schedule endpoint.
Include the subscription ID in your request.
Review the response, which will contain the schedule of plan changes for the subscription.
For detailed information on how to use this endpoint, including request parameters and response format, please refer to our API documentation on Fetch Subscription Schedule.
What Information You'll Receive
The Fetch Subscription Schedule endpoint typically returns data such as:
Current plan details
Past plan changes
Scheduled future plan changes (if any)
Effective dates for each plan change
This information allows you to track the evolution of a subscription over time, including upgrades, downgrades, or any other modifications to the plan.
Note: The exact structure and details of the response may vary based on your specific implementation and subscription model. Always refer to the most up-to-date API documentation for the most accurate information.