v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoanProducts
Get loan product
Returns a loan product by ID.
get/api/v1/loan-products/{id}
Path parameters
idstring uuid required
Loan product identifier.
Loan product identifier.
Response
OK
Example response
{
"createdAt": "2026-06-14T12:00:00Z",
"currentVersionId": "550e8400-e29b-41d4-a716-44665544000a",
"id": "550e8400-e29b-41d4-a716-446655440009",
"jurisdictionCode": "BR",
"loanType": "personal",
"status": "active"
}