---
title: "List customer subscriptions"
method: GET
path: "/customers/{uuid}/subscriptions"
tags: ["Customers"]
---

# List customer subscriptions

`GET /customers/{uuid}/subscriptions`

## Path parameters

- `uuid` string, required

## Response `200`

List of subscriptions

- object
  - `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.dev/truust-io/apis/truust-api.md) · [All operations](https://skmtc.dev/truust-io/apis/truust-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/truust-io/truust-api/revisions/cc81e28726b9/schema)
