Authorization: Bearer ********************
curl --location --request GET 'https://api.klever.tec.br/api/v2/ondemand/analysis-documents//billing-statements'
{
"created": "2019-08-24T14:15:22Z",
"id": "string",
"monthValues": [
{
"approved": true,
"date": "2019-08-24",
"nfValue": 0,
"nfValueLastModifiedDate": "2019-08-24",
"ocrValue": 0,
"ocrValueLastModifiedDate": "2019-08-24",
"pgdasValue": 0,
"pgdasValueLastModifiedDate": "2019-08-24",
"spedValue": 0,
"spedValueLastModifiedDate": "2019-08-24",
"variation": 0
}
]
}