---
title: "List partner subscriptions"
method: GET
path: "/partner/billing/subscriptions"
tags: ["Partner Billing"]
---

# List partner subscriptions

`GET /partner/billing/subscriptions`

Returns list of partner's subscriptions of the retailer

🔒 Requires: `billing:partner_subscription:read` scope

## Response `200`

- object
  - `data` PartnerSubscription[], nullable, required — PartnerSubscriptions contains all the subscriptions of the retailer from all the partners
    - `application_id` string
    - `application_name` string
    - `partner_subscription_info` PartnerSubscriptionInfo[]
      - `charge_interval` integer
      - `charge_interval_unit` string
      - `components` ProductInfoComponent[]
        - `charge_interval_unit` string
        - `component_name` string
        - `quantity` integer
        - `unit_price` number, double
      - `currency` string
      - `id` string
      - `next_assessment_at` string
      - `price_in_cents` string
      - `product_family_name` string
      - `product_name` string
      - `product_price_point_name` string
      - `state` string

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
