Skip to main content

Fetch Collateral Details for Loan Id

 

fotor_2023-4-20_2_17_33.png


GET Collateral form 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
Query Parameter
Key Data Type
loanId* Integer
* required Param

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