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

# List subscriptions

`GET /subscriptions`

List the subscriptions associated with the current user.

## Response `200`

List of subscriptions.

- object
  - `data` Subscription[], required — List of subscriptions.
    - `id` string, required — Unique object identifier. The format and length of IDs may change over time.
    - `productVariantID` string, required — ID of the product variant being subscribed to.
    - `quantity` integer, required — Quantity of the subscription.
    - `addressID` string, required — ID of the shipping address used for the subscription.
    - `cardID` string, required — ID of the card used for the subscription.
    - `frequency` 'fixed' | 'daily' | 'weekly' | 'monthly' | 'yearly', required — Frequency of the subscription.

## Changes

- **2024-12-16** `021e5a9aa9e2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/subscriptions/get.md)

---

[API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [All operations](https://skmtc.dev/terminaldotshop/apis/terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminaldotshop/terminal-api/revisions/021e5a9aa9e2/schema)
