---
title: "Get customer's subscriptions"
method: GET
path: "/customers/{customerId}/subscriptions"
tags: ["Subscriptions"]
---

# Get customer's subscriptions

`GET /customers/{customerId}/subscriptions`

List a single customer's subscriptions

## Path parameters

- `customerId` string, required

## Query parameters

- `limit` integer
- `lastEvaluatedKey` string
- `expandLines` boolean

## Response `200`

List of subscriptions

- object
  - `Items` SubscriptionDynamo[]
    - `SubscriptionId` string — Identifier
    - `SubscriptionStatus` string — Status
    - `NextBillingDate` string, date-time — Date of the next billing
  - `lastEvaluatedKey` SubscriptionKeyDynamo
    - `PK` object
      - `S` string
    - `SK` object
      - `S` string

---

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