Skip to main content
GET
Get portfolio dashboard

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

asOf
string<date>

Business date (YYYY-MM-DD); defaults to the current business day in Brazil (UTC-3).

Exemplo:

"2026-06-14"

productIds
string<uuid>[] | null

Filter by loan product identifiers (repeat to pass multiple).

Maximum array length: 100
Exemplo:
productVersionIds
string<uuid>[] | null

Filter by loan product version identifiers (repeat to pass multiple).

Maximum array length: 100
Exemplo:
bucketCode
enum<string>

Delinquency bucket code.

Opções disponíveis:
current,
1_30,
31_60,
61_90,
91_plus,
par30,
par60,
par90
Exemplo:

"par30"

Resposta

OK

asOfDate
string<date-time>
obrigatório

Business date the metrics were computed for (RFC3339, UTC midnight).

Exemplo:

"2026-06-14T12:00:00Z"

delinquencyDistribution
object[] | null
obrigatório

Loan count and exposure broken down by delinquency bucket.

drillDown
object[] | null
obrigatório

Per-loan delinquency rows for the requested bucket (empty when none).

freshness
object
obrigatório

Provenance of the metrics: snapshot identity, staleness, and freshness policy.

summary
object
obrigatório

Portfolio-level exposure, volume, and PAR roll-up for the business date.

trend
object[] | null
obrigatório

Month-by-month historical series leading up to the business date.