v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoanProducts
List loan products (BR alias)
BR-aliased path for listing loan products. Resolves to the same handler as the core endpoint.
get/api/v1/br/loan-products
Query parameters
limitinteger
Page size.
Page size.
offsetinteger
Page offset.
Page offset.
Response
OK
Example response
{
"data": [
{
"createdAt": "2026-06-14T12:00:00Z",
"currentVersionId": "550e8400-e29b-41d4-a716-44665544000a",
"id": "550e8400-e29b-41d4-a716-446655440009",
"jurisdictionCode": "BR",
"loanType": "personal",
"status": "active"
}
]
}