List all a user's loans

List all a user's loans

GET https://sandbox-api.nanol.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

{
    // Response
}

Last updated