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

# Get subscription

`GET /subscriptions/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Subscription details

- Subscription
  - `id` integer
  - `self` string
  - `reference_id` string, nullable
  - `name` string
  - `amount` number
  - `currency` string
  - `type` string — Payment method type for this subscription.
  - `status` 'CREATED' | 'ACTIVE' | 'CANCELLED' | 'EXPIRED'
  - `metadata` object, nullable
  - `published_at` string, date-time, nullable
  - `cancelled_at` string, date-time, nullable
  - `connections` Connections — Hypermedia links to related resources.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/truust-io/apis/truust-api.md) · [All operations](https://skmtc.net/truust-io/apis/truust-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truust-io/truust-api/versions/cc81e28726b9/schema)
