Retrieve a loan
Retrieve a loan
GET
https://sandbox-api.stilt.com/v1/users/{user_id}/loan/{loan_id}
Returns the loan object information for a single loan
Path Parameters
Name
Type
Description
user_id*
string
The uuid of the user
loan_id*
string
The uuid of the loan
Be sure to omit `Content-Type': 'application/json'
from the header of this request to avoid a 500
error
Last updated