Get Borrower Loan History
This endpoint is used to retrieve a borrower's loan history.
HTTPS Request
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.
Path Parameters
loan_request_id
Integer
The loan request ID
Headers
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.
Sample Request
Sample Response
Response Parameters
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.
Last updated