Skip to main content

Product List

GET Product List

This is the Loan management API used to get the Product List.

URL: {{base_url}}/loan-management/v1/getProductList

Request 
Request Type: GET
Authorization: Bearer Token

Response: 200
{
    "response": true,
    "data": null,
    "error": null
}