# Clients Client CRUD and search. ## Search clients - [GET /v1/clients](https://meshviapi.redocly.app/apis/meshvi/clients/paths/~1v1~1clients/get.md): Paginated search of clients with filtering and sorting. Supports page, limit, sort, and filters (name, dot, agencyId, producerId, parentClientId, deleted, clientTypeId, acordEnabled). ## Create client - [POST /v1/clients](https://meshviapi.redocly.app/apis/meshvi/clients/paths/~1v1~1clients/post.md): Creates a new client. Required: clientName, agencyId. Optional: producerId and other client fields. ## Get client detail - [GET /v1/clients/{id}](https://meshviapi.redocly.app/apis/meshvi/clients/paths/~1v1~1clients~1%7Bid%7D/get.md): Retrieves client details by ID. ## Update client - [PUT /v1/clients/{id}](https://meshviapi.redocly.app/apis/meshvi/clients/paths/~1v1~1clients~1%7Bid%7D/put.md): Updates an existing client. Only provided fields are updated.