# 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="/pages/6d4ZshQuIdxfieCTMAZP">/pages/6d4ZshQuIdxfieCTMAZP</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="/pages/jUd35oojoajE15PEZlLl">/pages/jUd35oojoajE15PEZlLl</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="/pages/9EczLg9GDvjKL1UOIwql">/pages/9EczLg9GDvjKL1UOIwql</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="/pages/oyiZfWj7nRaNYxbKP2Pg">/pages/oyiZfWj7nRaNYxbKP2Pg</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zotlo.com/integrating-zotlo/api-reference/subscriptions-endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
