---
title: "Get All Subscriptions"
method: GET
path: "/v1/subscriptions"
tags: ["Subscription"]
---

# Get All Subscriptions

`GET /v1/subscriptions`

Fetch all subscriptions associated with your Helio account.

## Query parameters

- `email` string
- `paylink` string
- `apiKey` string, required

## Response `200`

Successfully retrieved subscription with transactions.

- SubscriptionWithTransactions
  - `transactions` PaylinkTxWithBaseMeta[], required
  - `id` string, required
  - `status` 'ACTIVE' | 'EXPIRED', required
  - `email` string, required
  - `renewalDate` string, required
  - `createdAt` string, required

## Other responses

- `401` — Provided API key has no access to the resource.

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/revisions/5732beb2d39f/schema)
