Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/faturamentos/portador//faturas/periodo?dataInicial&dataFinal' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"faturasResponse": [
{
"idFatura": "72994979",
"dataVencimento": "2023-01-15T03:00:00.000+0000",
"valorTotal": 2521.53,
"valorMinimo": 451.44,
"valorPagamentosEfetuados": 0,
"devedor": 0,
"status": "PASSADA",
"faturaDisponivel": true
}
],
"limitePrincipal": 4455,
"limiteParcelado": 0,
"saldoDisponivel": 0,
"saldoReservado": 0,
"saldoDisponivelParcelado": 0,
"devedorTotal": 4566.94,
"devedorParcelado": 0
}