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

# List customers

`GET /v1/customers`

List customers

## Query parameters

- `reference` string
- `customer_type` 'individual' | 'business'
- `cursor` string, nullable
- `page_size` integer

## Response `200`

Successfully retrieved list of customers

- ListCustomersResponse
  - `customers` CustomerSummary[], required
    - `approval_status` 'auto_approved' | 'pending' | 'approved' | 'rejected', required
    - `created_at` string, date-time, required
    - `customer_type` 'individual' | 'business', required
    - `display_name` string, required
    - `id` string, uuid, required
    - `reference` string, required
  - `pages` CursorString, required
    - `next` string, nullable
    - `size` integer, required

---

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