curl --location --request GET 'https://api.leadfeeder.com/v1/companies/159001425/financials?account_id=123456' \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"type": "company_financials",
"id": "129011_2024",
"attributes": {
"year": 2024,
"consolidated": true,
"available_indicators": [
{
"name": "accounts_receivable",
"type": "currency",
"value": 1234567,
"unit": "EUR",
"estimated": false
}
]
}
}
],
"meta": {
"credits": {
"charged": 1
},
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}