Skip to main content

Customer Documents from Global Customer Id

GET Customer Documents

This is the Loan management API used for getting Customer Documents from Global customer id or Customer Cif.

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

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

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