Authorization: Bearer ********************
curl --location --request GET 'https://api.klever.tec.br/api/v2/ondemand/sped/'
[
{
"created": "2019-08-24T14:15:22Z",
"demonstrativeEndDate": "2019-08-24",
"demonstrativeInitDate": "2019-08-24",
"spedBalances": [
{
"code": "string",
"codeDescription": "string",
"codeLevel": 0,
"codeSynthetic": "string",
"endDate": "2019-08-24",
"endValue": 0,
"endValueSituation": "string",
"initDate": "2019-08-24"
}
],
"spedDemonstrations": [
{
"code": "string",
"codeDescription": "string",
"codeLevel": 0,
"codeSynthetic": "string",
"endValue": 0,
"endValueSituation": "string"
}
]
}
]