Appearance
!--methodGET--!/getProducts ā
Get all loan products we offer.
We will ask for which loan product you want to apply when you try to get the rate.
Broker APIPersonal LoanAuto Loan
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
Request | N/A |
Response | application/json |
ā¹ļø Examples ā
Response
json
{
"data": [
{
"id": 1,
"product_type": "consumer_auto_loan",
"product_name": "Auto Loan",
"loan_type": "retail loan",
"minimum_loan_amount": 3000,
"maximum_loan_amount": 200000
},
{
"id": 2,
"product_type": "joint_consumer_auto_loan",
"product_name": "Joint Auto Loan",
"loan_type": "retail loan",
"minimum_loan_amount": 3000,
"maximum_loan_amount": 200000
},
{
"id": 7,
"product_type": "consumer_personal_loan",
"product_name": "Unsecured Personal Loan",
"loan_type": "personal loan",
"minimum_loan_amount": 5000,
"maximum_loan_amount": 50000
},
{
"id": 8,
"product_type": "joint_consumer_personal_loan",
"product_name": "Joint Unsecured Personal Loan",
"loan_type": "personal loan",
"minimum_loan_amount": 5000,
"maximum_loan_amount": 50000
},
{
"id": 9,
"product_type": "secured_personal_loan",
"product_name": "Secured Personal Loan",
"loan_type": "personal loan",
"minimum_loan_amount": 15000,
"maximum_loan_amount": 100000
},
{
"id": 10,
"product_type": "joint_secured_personal_loan",
"product_name": "Joint Secured Personal Loan",
"loan_type": "personal loan",
"minimum_loan_amount": 15000,
"maximum_loan_amount": 100000
}
]
}
json
{
"message": "Unauthenticated."
}
š Changelog ā
2024-10-31 ā
š Bug Fixes:
- Now only returns loan products currently in use