---
title: "Search clients"
method: GET
path: "/v1/public/clients/search"
tags: ["external"]
---

# Search clients

`GET /v1/public/clients/search`

Search clients that are visible to the current API key scope.

## Query parameters

- `q` string
- `page` integer
- `limit` integer

## Response `200`

Successful Response

- ExternalClientSearchResponse
  - `results` ExternalClientSearchResult[], required
    - `id` integer, required
    - `first_name` string, required
    - `last_name` string, nullable, required
    - `is_org_client` boolean, required
  - `total` integer, required
  - `page` integer, required
  - `limit` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-17** `10a36e7cd704` — 4 info
  - added the required property `results/items/first_name` to the response with the `200` status
  - added the required property `results/items/id` to the response with the `200` status
  - added the required property `results/items/is_org_client` to the response with the `200` status
  - added the required property `results/items/last_name` to the response with the `200` status
- **2026-03-16** `5af820fa3cab` — 1 info
  - endpoint added
- **2026-03-16** `9695d93a926b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/everbility/apis/everbility-public-api/changes/v1/public/clients/search/get.md)

---

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