cURL
curl --request GET \ --url https://api.contazen.ro/v1/accounting/balance-sheets \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "object": "list", "data": [ { "object": "balance_sheet", "id": "<string>", "subject_cui": "<string>", "an": 2024, "denumire": "<string>", "caen": 123, "caen_name": "<string>", "cifra_afaceri": 781376, "venituri_total": 123, "cheltuieli_total": 123, "profit_brut": 123, "pierdere_bruta": 123, "profit_net": 212401, "pierdere_neta": 123, "capitaluri_proprii": 123, "datorii_total": 123, "active_imobilizate": 123, "active_circulante": 123, "active_total": 123, "nr_salariati": 1, "synced_at": "2023-11-07T05:31:56Z" } ], "count": 123 }, "meta": { "version": "v1", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "response_time": "23.45ms" } }
List all locally cached balance sheets for the firm, ordered by year
Documentation IndexFetch the complete documentation index at: https://docs.contazen.ro/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.contazen.ro/llms.txt
Use this file to discover all available pages before exploring further.
Use your API key (sk_live_xxx or sk_test_xxx)
List of balance sheets
Show child attributes
Was this page helpful?