---
title: "List subscriptions"
method: GET
path: "/api/public/v1/subscriptions"
tags: ["Subscriptions"]
---

# List subscriptions

`GET /api/public/v1/subscriptions`

Retrieve a list of subscriptions with optional filtering

## Query parameters

- `status` 'sent' | 'in_progress' | 'confirmed' | 'activating' | 'active' | 'cancelled' | 'unpaid' | 'pending_cancellation' | 'not_approved' | 'suspended' | 'error'
- `payment_status` 'paid' | 'unpaid'
- `q` string
- `created_at` string
- `activated_at` string
- `merchant_reference` string
- `store_reference` string
- `merchant_id` string
- `store_id` string

## Headers

- `Authorization` string, required

## Response `200`

Successful

## Other responses

- `401` — Unauthorized

---

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