Get Borrower Loan History
This endpoint is used to retrieve a borrower's loan history.
Last updated
This endpoint is used to retrieve a borrower's loan history.
Last updated
GET
https://api.lenmo.app/api/v3/loan_requests/{loan_request_id}/borrower_loan_history/
This endpoint takes an active loan request ID and returns the associated borrower's loan history.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
loan_request_id
Integer
The loan request ID
X-API-KEY*
String
The API key that gives the user the authentication to perform this request.
Accept
String
X-Timestamp*
String
The timestamp of the request.
X-HMAC*
String
The HMAC generated for the request.
count
Number
Number of objects in page.
next
String
Next page URL.
previous
String
Previous page URL.
results
JSON
The borrower loan history data.
lender
JSON
Contains the lender initail and avatar.
borrower
JSON
Contains the borrower initail and avatar.
borrower_card_color
Integer
An integer value that reflect the risk level of the borrower.
loan_amount
Float
The amount of loan in USD
payment_termns
Number
The loan payment terms.
interest_rate
Float
The loan interest rate.