---
title: "Search customers by name"
method: GET
path: "/V1/customers"
tags: ["Customers"]
---

# Search customers by name

`GET /V1/customers`

List or search customers. Used by the budget export scenario to resolve a customer name to a Plunet identifier before calling /V1/orders.

## Query parameters

- `q` string

## Response `200`

matching customers

- object
  - `data` Customer[]
    - `id` integer, nullable — Plunet customer id
    - `name` string, required

## Other responses

- `401` — unauthenticated

---

[API](https://skmtc.net/worders/apis/worders-api-v1.md) · [All operations](https://skmtc.net/worders/apis/worders-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worders/worders-api-v1/revisions/310150fbd68d/schema)
