Authorization: Bearer ********************
curl --location --request GET 'https://api.klever.tec.br/api/v2/ondemand/balances//summaries'
[
{
"analysisType": "INDIVIDUAL",
"cnpj": "string",
"created": "2019-08-24T14:15:22Z",
"currencyFormat": "THOUSANDS",
"decimalPrecision": 0,
"endDate": "2019-08-24",
"id": "string",
"organizationId": "string",
"summaryGroups": [
{
"description": "string",
"id": "string",
"position": 0,
"showHa": true,
"showVa": true,
"summaryDetails": [
{
"balanceFormatId": "string",
"balanceFormatParentId": "string",
"boldTextFont": true,
"name": "string",
"percentHA": 0,
"percentVA": 0,
"position": 0,
"prefix": "string",
"rowColor": "string",
"suffix": "string",
"type": "ACTIVE",
"value": 0
}
]
}
]
}
]