---
title: "Read all customers"
method: GET
path: "/2023-10/customer/"
---

# Read all customers

`GET /2023-10/customer/`

This endpoint allows you to retrieves a list of all customers along with their subscription count.

## Query parameters

- `pageNo` integer
- `pageSize` integer
- `email` string
- `type` 'subscriber' | 'all'
- `updatedAtStartEpoch` integer
- `updatedAtEndEpoch` integer

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `firstName` string
    - `lastName` string
    - `email` string
    - `shopifyId` integer
    - `phone` string
    - `activeSubscriptionsCount` integer
    - `allSubscriptionsCount` integer
  - `code` string
  - `pageInfo` object
    - `hasNextPage` boolean
    - `hasPreviousPage` boolean

---

[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)
