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

# List subscriptions

`GET /subscriptions`

## Query parameters

- `page` integer
- `per_page` integer
- `order` string
- `sort` 'asc' | 'desc'

## Response `200`

Paginated list of subscriptions

- PaginatedSubscriptions
  - `current_page` integer
  - `last_page` integer
  - `per_page` integer
  - `total` integer
  - `from` integer
  - `to` integer
  - `data` Subscription[]
    - `id` integer
    - `self` string
    - `reference_id` string, nullable
    - `name` string
    - `amount` number
    - `currency` string
    - `type` string — Payment method type for this subscription.
    - `status` 'CREATED' | 'ACTIVE' | 'CANCELLED' | 'EXPIRED'
    - `metadata` object, nullable
    - `published_at` string, date-time, nullable
    - `cancelled_at` string, date-time, nullable
    - `connections` Connections — Hypermedia links to related resources.

---

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