Skip to main content
GET
List delinquent loans (Brazil)

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

carteira
enum<string>

Regulatory carteira (Res. BCB 352/2023 art. 81). Narrows to the loan product versions that declare it.

Opciones disponibles:
C1,
C2,
C3,
C4,
C5
Ejemplo:

"C5"

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"

assignedOfficerId
string

Narrow to one loan officer's book. Free-form authenticated identity subject, not necessarily a UUID, at most 255 characters; a system-originated contract carries the empty officer.

Maximum string length: 255
Ejemplo:

"officer-xyz"

limit
integer<int64>
predeterminado:25

Page size.

Rango requerido: 1 <= x <= 100
Ejemplo:

25

offset
integer<int64>
predeterminado:0

Page offset.

Rango requerido: 0 <= x <= 10000
Ejemplo:

0

Respuesta

OK

asOfDate
string<date-time>
requerido

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

Ejemplo:

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

freshness
object
requerido

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

limit
integer<int64>
requerido

Page size echoed back from the request (max rows in this response).

Ejemplo:

25

loans
object[] | null
requerido

Delinquent loan drill-down rows for the page; always a JSON array (never null).

offset
integer<int64>
requerido

Zero-based row offset echoed back from the request.

Ejemplo:

0