---
title: "List Customers"
method: GET
path: "/api/v1/customers"
tags: ["Customer"]
---

# List Customers

`GET /api/v1/customers`

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

Successful response

- object
  - `data` CustomerClientSelectSchema[], required
    - `id` string, required
    - `createdAt` integer, required — Epoch milliseconds.
    - `updatedAt` integer, required — Epoch milliseconds.
    - `livemode` boolean, required
    - `organizationId` string, required
    - `email` string, required
    - `name` string, required
    - `invoiceNumberBase` string, nullable, required
    - `archived` boolean, required
    - `logoURL` string, nullable, required
    - `iconURL` string, nullable, required
    - `domain` string, nullable, required
    - `billingAddress` BillingAddress
      - `name` string, nullable
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `email` string, email, nullable
      - `address` object, required
        - `name` string, nullable
        - `line1` string, nullable
        - `line2` string, nullable
        - `city` string, nullable
        - `state` string, nullable
        - `postal_code` string, nullable
        - `country` string, required
      - `phone` string, nullable
    - `externalId` string, required
    - `userId` string, nullable, required
    - `pricingModelId` string, required
  - `currentCursor` string
  - `nextCursor` string
  - `hasMore` boolean, required
  - `total` number, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-01-14** `7fcbd2dbf3c1` — 1 info
  - response property `data/items/pricingModelId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2025-10-18** `a1eeb4fac4d6` — 13 breaking, 5 warning, 8 info
  - the response property `data/items/billingAddress` became optional for the status `200`
  - response property `data/items/domain` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/iconURL` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/invoiceNumberBase` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …22 more
- **2025-06-25** `0cf7bce0c17d` — 3 breaking
  - removed the required property `data/items/stackAuthHostedBillingUserId` from the response with the `200` status
  - removed the required property `data/items/stripeCustomerId` from the response with the `200` status
  - removed the required property `data/items/taxId` from the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/flowglad/apis/flowglad-api/changes/api/v1/customers/get.md)

---

[API](https://skmtc.dev/flowglad/apis/flowglad-api.md) · [All operations](https://skmtc.dev/flowglad/apis/flowglad-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flowglad/flowglad-api/revisions/06c4dd78e137/schema)
