Skip to main content

Get Collateral

GET Collateral

This is the Loan management API used to get collateral details for the against Loan Id and Collateral Type.

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

Request 
Request Type: GET
Authorization: Bearer Token
Query Params
Key Value (Data Type)
loanId* Integer
collateralType String
* required Param

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