---
title: "Get Subscriptions List"
method: GET
path: "/subscriptions"
tags: ["Subscriptions"]
---

# Get Subscriptions List

`GET /subscriptions`

Returns the authenticated user's subscriptions, each with its pricing periods

## Response `200`

Successful response

- object
  - `result` Subscription[]
    - `subscriptionId` integer, required — Subscription ID
    - `name` string, required — Subscription name
    - `currency` string, required — Currency code
    - `periods` SubscriptionPeriod[], required — Pricing periods
      - `periodId` integer, required — Period ID
      - `period` 'trial' | 'onetime' | 'weekly' | 'monthly' | 'quarterly' | 'halfyearly' | 'yearly', required — Billing period
      - `price` number, required — Price in major currency units

## Other responses

- `401` — Unauthorized (invalid API key)
- `429` — Too many requests (rate limit exceeded)
- `500` — Internal server error

---

[API](https://skmtc.net/tribute/apis/tribute-api.md) · [All operations](https://skmtc.net/tribute/apis/tribute-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tribute/tribute-api/revisions/aec0b312e372/schema)
