Authorization: Bearer ********************
curl --location --request GET 'https://api.klever.tec.br/api/external_resource/fiscal_notes/analisys/12456606000115'
{
"cnpj": "string",
"horizontalAnalysis": {
"billings": [
{
"month": "string",
"total": 0,
"year": 0
}
],
"employeeGrowths": [
{
"employeeGrowth": 0,
"growth": 0,
"year": 0
}
],
"expenses": [
{
"month": "string",
"total": 0,
"year": 0
}
],
"taxs": [
{
"cofins": 0,
"icms": 0,
"ipi": 0,
"month": "string",
"pis": 0,
"year": 0
}
]
},
"verticalAnalysis": {
"billings": [
{
"document": "string",
"name": "string",
"total": 0
}
],
"expenses": [
{
"document": "string",
"name": "string",
"total": 0
}
]
}
}