Skip to main content

Get Configuration

GET Configuration

This is the Loan management API used to get the configuration.

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

Request 
Request Type: GET
Authorization: Bearer Token

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