# Clients

A **client** is the legal entity that holds power of attorney over end-investor accounts.
Use these endpoints to **list, create, read, and update** clients, manage bank
accounts and service types, and fetch client-specific resources (instruments, custodians).

 - [GET /v2/partner/client](https://docs.fondo.se/openapi/api/client/getclients.md): Returns all clients associated with the authenticated partner, including IDs, display names, bank account info for fees/settlements, service types, registration/country details, and timestamps. Use to
 - [POST /v2/partner/client](https://docs.fondo.se/openapi/api/client/createclient.md): Creates a client record (company or individual) with identifiers (name, displayName, optional id), regulatory and operational details (crn, country), optional bank accounts for fee handling, and servi
 - [GET /v2/partner/client/{clientId}](https://docs.fondo.se/openapi/api/client/getclientbyid.md): Returns the full client object for clientId, including names, service types (with any assigned codes), bank accounts, and timestamps. Use to display or verify a single client's profile.
 - [PATCH /v2/partner/client/{clientId}](https://docs.fondo.se/openapi/api/client/updateclient.md): Partially updates the client identified by clientId. Provide only the fields to change (e.g., displayName, bank accounts, service types, country). The response returns the updated client with refreshe
 - [GET /v2/partner/client/{clientId}/instrument](https://docs.fondo.se/openapi/api/client/getclientinstrumentuniverse.md): Returns instruments available for the given clientId, including identifiers (id, isincode), name, currency, latest price (closePrice, priceDate), KIID links, trade flags (isBuyable, isSellable, isTrad
