v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoan Accounts
Get active loan account
Returns the active loan account detail read model. A malformed UUID yields 422 (schema error), distinct from 404 when the account does not exist.
get/api/v1/loan-accounts/{id}
Path parameters
idstring uuid required
Loan account identifier (UUID).
Example:550e8400-e29b-41d4-a716-446655440000
Loan account identifier (UUID).
Response
OK
Example response
{
"assignedOfficerId": "550e8400-e29b-41d4-a716-446655440003",
"borrowerId": "550e8400-e29b-41d4-a716-446655440002",
"disbursementDate": "2026-06-14",
"jurisdictionCode": "BR",
"loanAccountId": "550e8400-e29b-41d4-a716-446655440000",
"loanApplicationId": "550e8400-e29b-41d4-a716-446655440001",
"openBalance": "1450.00",
"principalBalance": "1234.56",
"profileVersion": "1.0.0",
"status": "active"
}