Skip to main content
GET
List delinquent loans

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"

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
Exemplo:

"officer-xyz"

limit
integer<int64>
padrão:25

Page size.

Intervalo obrigatório: 1 <= x <= 100
Exemplo:

25

offset
integer<int64>
padrão:0

Page offset.

Intervalo obrigatório: 0 <= x <= 10000
Exemplo:

0

Resposta

OK

asOfDate
string<date-time>
obrigatório

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

Exemplo:

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

freshness
object
obrigatório

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

limit
integer<int64>
obrigatório

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

Exemplo:

25

loans
object[] | null
obrigatório

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

offset
integer<int64>
obrigatório

Zero-based row offset echoed back from the request.

Exemplo:

0