---
title: "Read subscriptions for customer"
method: GET
path: "/2023-10/customer/{customerIdentifier}/subscription"
---

# Read subscriptions for customer

`GET /2023-10/customer/{customerIdentifier}/subscription`

This endpoint allows you to retrieve all subscriptions associated with a specific customer.

## Path parameters

- `customerIdentifier` string, required

## Query parameters

- `status` 'ACTIVE' | 'CANCELLED' | 'PAUSED' | 'EXPIRED'

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `shopifyId` integer
    - `totalLineItemPrice` integer
    - `totalLineItemDiscountedPrice` integer
    - `deliveryPrice` integer
    - `currencyCode` string
    - `nextBillingDateEpoch` integer
    - `status` string
    - `billingAttemptSuccessCount` integer
    - `paymentMethodId` integer
    - `createdAt` string
    - `cancellationReason` unknown
    - `cancellationComment` unknown
    - `billingPolicy` object
      - `minCycles` unknown
      - `maxCycles` unknown
      - `interval` string
      - `intervalCount` integer
      - `anchorDay` unknown
      - `anchorMonth` unknown
      - `anchorType` unknown
    - `deliveryPolicy` object
      - `interval` string
      - `intervalCount` integer
  - `code` string
  - `pageInfo` string

---

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