---
title: "Get Subscription"
method: GET
path: "/v1/subscriptions/{id}"
tags: ["subscriptions", "public"]
---

# Get Subscription

`GET /v1/subscriptions/{id}`

Get a subscription by ID.

**Scopes**: `subscriptions:read` `subscriptions:write`

## Path parameters

- `id` string, uuid4, required — The subscription ID.

## Response `200`

Successful Response

- Subscription — unresolved $ref

## Other responses

- `404` — Subscription not found.
- `422` — Validation Error

## Changes

> 11 revisions in range; 5 could not be searched.

- **2026-07-31** `8ae937367e87` — 4 info
  - added the required property `discount/anyOf[subschema #1: SubscriptionDiscount]/oneOf[subschema #1: DiscountFixedOnceForeverDurationBase]/max_redemptions_per_customer` to the response with the `200` status
  - added the required property `discount/anyOf[subschema #1: SubscriptionDiscount]/oneOf[subschema #2: DiscountFixedRepeatDurationBase]/max_redemptions_per_customer` to the response with the `200` status
  - added the required property `discount/anyOf[subschema #1: SubscriptionDiscount]/oneOf[subschema #3: DiscountPercentageOnceForeverDurationBase]/max_redemptions_per_customer` to the response with the `200` status
  - added the required property `discount/anyOf[subschema #1: SubscriptionDiscount]/oneOf[subschema #4: DiscountPercentageRepeatDurationBase]/max_redemptions_per_customer` to the response with the `200` status

[Change history](https://skmtc.dev/polar/apis/polar-api/changes/v1/subscriptions/:id/get.md)

---

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