---
title: "Get infos of all available/managed subscriptions."
method: GET
path: "/subscriptions"
tags: ["Subscriptions"]
---

# Get infos of all available/managed subscriptions.

`GET /subscriptions`

## Response `200`

OK

- SubscriptionInfo[]
  - `branchId` string, nullable
  - `country` string, nullable
  - `createdAt` string, date-time
  - `currency` string, nullable
  - `externalAccountId` string, nullable
  - `id` string, nullable
  - `name` string, nullable
  - `nextBilling` string, date-time, nullable
  - `ownerId` string, nullable
  - `planCode` string, nullable
  - `planState` integer
  - `referralEnabled` boolean
  - `isBetaMember` boolean
  - `elmEnabled` boolean
  - `status` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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