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

# Get subscription by id

`GET /v1/subscriptions/{id}`

Fetches subscription details by the specific subscription ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

The subscription details are returned.

## Other responses

- `404` — The subscription record could not be found.

---

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