> For the complete documentation index, see [llms.txt](https://docs.zotlo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zotlo.com/integrating-zotlo/api-reference/subscriptions-endpoints.md).

# Subscriptions Endpoints

Zotlo’s Subscription API gives you full control over the lifecycle of your subscribers.\
You can retrieve real-time subscription status, cancel active plans, upgrade or downgrade packages, and manage quantity-based pricing, all through simple REST endpoints.

Use these endpoints to keep your billing system aligned, automate subscription workflows, or synchronize user access across your web and mobile applications.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3>🔔</h3></td><td><strong>Get Subscription Status</strong></td><td>Retrieve the most recent status, lifecycle dates, package details, and entitlement-related metadata of any subscriber.</td><td><a href="/integrating-zotlo/api-reference/subscriptions-endpoints/get-subscription-status.md">Get Subscription Status</a></td></tr><tr><td><h3>🛑 </h3></td><td><strong>Cancel Subscription</strong></td><td>Cancel an active subscription immediately or at the end of the billing cycle based on your logic.</td><td><a href="/integrating-zotlo/api-reference/subscriptions-endpoints/cancel-subscription.md">Cancel Subscription</a></td></tr><tr><td><h3>🔄</h3></td><td><strong>Change Plan</strong></td><td>Upgrade or downgrade a subscriber’s plan with full support for prorated upgrades, billing cycle continuity, and flexible migration rules.</td><td><a href="/integrating-zotlo/api-reference/subscriptions-endpoints/change-plan.md">Change Plan</a></td></tr><tr><td><h3>📈</h3></td><td><strong>Update Quantity</strong></td><td>Adjust the billable quantity for seat-based or usage-based subscription models, including instant increases or scheduled decreases.</td><td><a href="/integrating-zotlo/api-reference/subscriptions-endpoints/update-quantity.md">Update Quantity</a></td></tr></tbody></table>
