---
title: "List Customers"
method: GET
path: "/developer/customers"
tags: ["Developer", "Developer - Customers"]
---

# List Customers

`GET /developer/customers`

List all customers.

This endpoint is restricted to developer users only.
Returns all customers in the system.

## Response `200`

Successful Response

- CustomerListItem[]
  - `id` string, uuid, required — Customer UUID
  - `name` string, required — Customer name
  - `created_at` string, required — Customer creation timestamp

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
