---
title: "GET /api/v1/subscriptions/{id}"
method: GET
path: "/api/v1/subscriptions/{id}"
tags: ["subscription"]
---

# GET /api/v1/subscriptions/{id}

`GET /api/v1/subscriptions/{id}`

## Path parameters

- `id` string, required

## Response `200`

Details of subscription

- SubscriptionDetails
  - `billing_day_anchor` integer, required
  - `currency` string, required
  - `customer_alias` string, nullable
  - `customer_id` string, MeteroidId, required
  - `customer_name` string, required
  - `id` string, MeteroidId, required

## Other responses

- `401` — Unauthorized
- `500` — Internal error

## Changes

- **2025-07-13** (v1) `95e4503a32c3` — 2 info
  - the endpoint scheme security `bearer_auth` was added to the API
  - the endpoint scheme security `api-key` was removed from the API

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

---

[API](https://skmtc.dev/meteroid-oss/apis/meteroid.md) · [All operations](https://skmtc.dev/meteroid-oss/apis/meteroid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/meteroid-oss/meteroid/revisions/95e4503a32c3/schema)
