Fetch Collateral Details for Loan Id
This Synofin API retrieves all the essential Collateral information using this Loan Viewer API using Loan Id.
URL: {{base_url}}/loan-management/v1/getCollaterals
Request
Request Type: GET
Authorization: Bearer Token
Key |
Data Type |
loanId* |
Integer |
Response: 200
{
"response": true,
"data": {},
"error": {}
}
|