GET /loan/{loan_id}
Get Loan Details - /loan/{loan_id}
/loan/{loan_id}
Route
GET https://borrow.pods.finance/v1/loan/{loan_id}
Description This route is used to retrieve details of an existing loan.
Request
Parameters
loan_id
: The ID of the loan to retrieve.
Example Request
GET https://borrow.pods.finance/v1/loan/abc123
Responses
Success (200 OK) If the request is successful, the API will return a status code of 200 with the following response structure.
Example Response
Last updated