Skip to main content
GET
Get portfolio dashboard

Autorizaciones

Authorization
string
header
requerido

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).

Ejemplo:

"2026-06-14"

productIds
string<uuid>[] | null

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

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

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

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

Delinquency bucket code.

Opciones disponibles:
current,
1_30,
31_60,
61_90,
91_plus,
par30,
par60,
par90
Ejemplo:

"par30"

Respuesta

OK

asOfDate
string<date-time>
requerido

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

Ejemplo:

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

delinquencyDistribution
object[] | null
requerido

Loan count and exposure broken down by delinquency bucket.

drillDown
object[] | null
requerido

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

freshness
object
requerido

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

summary
object
requerido

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

trend
object[] | null
requerido

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