Skip to main content

Fetch Configuration for System

GET Configuration

All data from system properties can be retrieved using this SynoFin LMS API.

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

Request 
Request Type: GET
Authorization: Bearer Token

Response: 200


{
  "response": true,
  "data": {
    "current_date": "dd-MM-yyyy",
    "business_date": "dd-MM-yyyy"
  },
  "error": null
}