# 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="subscriptions-endpoints/get-subscription-status">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="subscriptions-endpoints/cancel-subscription">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="subscriptions-endpoints/change-plan">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="subscriptions-endpoints/update-quantity">update-quantity</a></td></tr></tbody></table>
