---
title: "Get shop's subscriptions"
method: GET
path: "/subscriptions"
tags: ["Subscriptions"]
---

# Get shop's subscriptions

`GET /subscriptions`

Retrieve all the subscriptions for the shop.

## Query parameters

- `limit` integer
- `lastEvaluatedKey` string
- `reverse` 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)
