---
title: "Get subscription"
method: GET
path: "/subscription/{id}"
tags: ["Subscription"]
---

# Get subscription

`GET /subscription/{id}`

Get the subscription with the given ID.

## Path parameters

- `id` string, required — ID of the subscription to get.

## Response `200`

Subscription information.

- object
  - `data` Subscription, required — Subscription to a Terminal shop product.
    - `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.

## Other responses

- `401` — Unauthorized - Authentication is required and has failed or has not been provided.
- `404` — Not Found - The requested resource does not exist.
- `429` — Too Many Requests - You have made too many requests in a short period of time.
- `500` — Internal Server Error - Something went wrong on our end.

## Changes

- **2025-03-07** `979a6c40552c` — 1 info
  - endpoint added

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