Skip to main content
GET
List loan applications

Autorizaciones

Authorization
string
header
requerido

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.

Opciones disponibles:
pending_approval,
approved,
rejected,
withdrawn,
disbursed
loanProductVersionId
string<uuid>

Narrow to applications created against one loan product version.

Ejemplo:

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

Ejemplo:

"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
Ejemplo:

"officer-xyz"

originationFront
enum<string>

Narrow to the trusted channel that created the application.

Opciones disponibles:
gateway_clt,
lender_direct,
unknown_legacy
limit
integer<int64>
predeterminado:25

Page size.

Rango requerido: 1 <= x <= 100
offset
integer<int64>
predeterminado:0

Page offset.

Rango requerido: 0 <= x <= 10000

Respuesta

OK

data
object[] | null
requerido

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