List all a user's loans
List all a user's loans
GET
https://sandbox-api.stilt.com/v1/users/{user_id}/loans
Returns an array of objects, which each object corresponding to a loan object for the user
Path Parameters
Name
Type
Description
user_id*
string
The uuid of the user
Be sure to omit `Content-Type': 'application/json'
from the header of this request to avoid a 500
error
Last updated