Skip to main content

Get Customer Collaterals for Global customer Id (Customer CIF)

GET Customer Collaterals

This is the Loan management API used for getting Customer Collaterals for Global customer Id (Customer CIF).

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

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key Data Type
customerCif* String
* required Param

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