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

# List subscriptions

`GET /subscription`

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.
    - `schedule` union — Schedule of the subscription.
      - object
        - `type` 'fixed', required
      - object
        - `type` 'weekly', required
        - `interval` integer, required
    - `next` string — Next shipment and billing date for the subscription.

## Changes

- **2025-02-26** `63020ea66b47` — 1 breaking
  - removed the required property `data/items/frequency` from the response with the `200` status
- **2025-02-17** `a43b29f86639` — 1 breaking, 1 info
  - added `subschema #1: fixed, subschema #2: weekly` to the `data/items/schedule` response property `oneOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `data/items/schedule` response property `oneOf` list for the response status `200`
- **2025-02-16** `d05a14360ad1` — 1 info
  - added the optional property `data/items/schedule` to the response with the `200` status
- **2025-02-06** `628874ec2e5b` — 1 info
  - added the optional property `data/items/next` to the response with the `200` status
- **2024-12-16** `56a8a6f18e6c` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/subscription/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/cb4577d95656/schema)
