List a user's loan applications
Retrieve all loan applications for a user
GET
https://sandbox-api.stilt.com/v1/users/{user_id}/loans/applications
Returns an array of objects, with each object representing a loan application
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