List all suppliers
Suppliers
List Suppliers
Retrieve a paginated list of all suppliers
GET
List all suppliers
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
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Search in name, CUI, email
Filter by country code
Filter by VAT payer status
Available options:
0, 1 Only suppliers with expenses
Sort field
Available options:
name, created_at, usage Sort order
Available options:
asc, desc Comma-separated list (statistics,recent_expenses)
When 1, attaches a metadata object to each supplier with
expense_count, total_expenses, and unpaid_total computed
via inline subqueries (avoids N+1). Cheaper than
expand=statistics.
Available options:
0, 1