---
title: "List clients"
method: GET
path: "/api/clients"
tags: ["Clients - Protected"]
---

# List clients

`GET /api/clients`

List clients with pagination and filters.
Results are scoped to the authenticated user's company.
Deactivated clients are hidden unless include_inactive=true.

## Query parameters

- `skip` integer — Number of records to skip
- `limit` integer — Maximum records to return
- `q` string, nullable — Search by name, NIF, email, or phone
- `pv_id` integer, nullable — Filter by point of sale ID
- `particular` boolean, nullable — Filter by individual (true) or company (false)
- `recorrente` boolean, nullable — Filter by recurring client
- `sort` string, nullable — Sort order: 'id_desc' for newest first
- `include_inactive` boolean — Include deactivated clients (ativo=0)

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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