---
title: "List All Customers"
method: GET
path: "/v1/customers"
---

# List All Customers

`GET /v1/customers`

This API returns a list of customers. The list is sorted by ‘creation date’ with the most recently created customers appearing first.

## Query parameters

- `limit` integer

## Response `200`

200

- object
  - `data` object[]
    - `object` string
    - `customer_id` string
    - `name` string
    - `email` string
    - `description` string
    - `payment_overdue` integer
    - `send_email_address` string
    - `cc_email_address` string
    - `source_id` unknown
    - `address_1` string
    - `address_2` string
    - `city` string
    - `state` string
    - `zip` string
    - `phone` string
    - `country` string
    - `created_at` integer
    - `updated_at` integer
    - `readable_created_at` string
    - `readable_updated_at` string
    - `invoice_prefix` string
    - `card` object
      - `data` unknown[]
        - unknown
    - `bank_account` object
      - `data` unknown[]
        - unknown
  - `meta` object
    - `include` string[]
    - `custom` unknown[]
      - unknown
    - `pagination` object
      - `total` integer
      - `count` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object

## Other responses

- `401` — 401

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/versions/face82bdd778/schema)
