---
title: "Get All Subscriptions"
method: GET
path: "/v1/billing/subscriptions"
tags: ["Billing", "billing"]
---

# Get All Subscriptions

`GET /v1/billing/subscriptions`

Full subscription details with pricing (calls Stripe API).
WARNING: This makes N Stripe API calls (one per subscription).
Only use this on the billing page. For status checks, use /subscription-status.

## Response `200`

Successful Response

- SubscriptionsResponse
  - `Subscriptions` SubscriptionDetails[], required
    - `ProductId` string, required
    - `Status` string, required
    - `CurrentPeriodEnd` string, date-time, required
    - `CancelAtPeriodEnd` boolean, required
    - `PriceInformation` PriceInformation, required
      - `Currency` string, required
      - `AmountInCents` integer, required

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/versions/23d1ff06d0d0/schema)
