Skip to main content

System Properties

GET System Properties

This is the Loan management API used to get the System Properties.

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

Request 
Request Type: GET
Authorization: Bearer Token

Response: 200

{

 "response": true,
  "data": {
    "additionalProp1": {},
    "additionalProp2": {},
    "additionalProp3": {}
  },
  "error": {}

}