List all clients
Clients
List Clients
Retrieve a paginated list of all clients
GET
List all clients
Documentation Index
Fetch the complete documentation index at: https://docs.contazen.ro/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key (sk_live_xxx or sk_test_xxx)
Query Parameters
Page number (1-indexed)
Required range:
x >= 1Number of items per page
Required range:
1 <= x <= 100Search term for name, email, or CUI
Filter by client type (b2b = companies, b2c = individuals)
Available options:
b2b, b2c Sort field. When omitted, results are ordered by aggregated
total_invoiced DESC (the default surface for the client
list).
Available options:
name, created_at, total_invoiced, invoices_count Sort order (ignored when sort is omitted)
Available options:
asc, desc