Skip to main content
GET
List loan applications

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

status
enum<string>

Narrow to one lifecycle status. Omit to include every status.

Opções disponíveis:
pending_approval,
approved,
rejected,
withdrawn,
disbursed
loanProductVersionId
string<uuid>

Narrow to applications created against one loan product version.

Exemplo:

"550e8400-e29b-41d4-a716-446655440000"

borrowerId
string<uuid>

Narrow to one borrower. The borrower identifier is a UUID — the same identity the create route stored.

Exemplo:

"550e8400-e29b-41d4-a716-446655440002"

assignedOfficerId
string

Narrow to the officer the application is assigned to. Free-form authenticated identity subject, not necessarily a UUID, at most 255 characters; a system-originated application carries the empty officer.

Maximum string length: 255
Exemplo:

"officer-xyz"

originationFront
enum<string>

Narrow to the trusted channel that created the application.

Opções disponíveis:
gateway_clt,
lender_direct,
unknown_legacy
limit
integer<int64>
padrão:25

Page size.

Intervalo obrigatório: 1 <= x <= 100
offset
integer<int64>
padrão:0

Page offset.

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

Resposta

OK

data
object[] | null
obrigatório

Page of loan applications, newest first; always present, empty slice when none match.