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