---
title: "Active billing subscriptions for an account."
method: GET
path: "/api/v4/subscriptions"
tags: ["Supporting APIs"]
---

# Active billing subscriptions for an account.

`GET /api/v4/subscriptions`

Returns the active billing subscriptions (plans and tenures) on the account.

## Response `200`

Successful response

- ActiveSubscription[]
  - `id` string, required
  - `status` string
  - `plan` Plan
    - `id` string, required
    - `name` string
    - `price` number, float
    - `period` 'MONTHLY' | 'QUARTERLY' | 'ANNUAL'

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

## Changes

- **2026-07-26** `f41a4d1dfdb8` — 1 warning
  - deleted the `query` request parameter `accountId`

[Change history](https://skmtc.dev/listingsapi/apis/listings-api/changes/api/v4/subscriptions/get.md)

---

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