Fetch Document Details for Loan Id
GET Documents for Loan Id
This API is used to retrieve all the customer's documentation, which includes their profile photo, ID proof, and collateral, for the specified loan ID.
URL: {{base_url}}/loan-management/v1/getDocuments
Run in Postman: GET Documents
Request:
Key | Data Type | Description | Validations | Default Value | Required |
loanId | Integer | Unique identity constraint | N/A | - | Yes |
Response:
Success: 200 OK
Success (Error): 200 OK
Note: If the API is unable to retrieve data for specific fields against the relevant Loan Id, then this error will occur.
Unauthorized: 401
Note: If the API is not authorized with the Token or if the authorization token has expired, this error is going to show up.
No Comments