GET prosper/v1/loans
Returns a list of all loans associated with a given User's account

Errors

Code Description
401 Unauthorized
404 Not Found

Params

Param name Description
auth_token
required

UUID Associated with an individual User

Validations:

  • Must be a String


GET prosper/v1/loan
Returns returns information on a particular loan.

Errors

Code Description
401 Unauthorized
404 Not Found

Params

Param name Description
auth_token
required

UUID Associated with an individual User

Validations:

  • Must be a String

loan_id
required

Loan number associated with a particular listing

Validations:

  • Must be a Integer


POST prosper/v1/upload_loans
Update attributes on loans; payload is from calls to Prosper Lending's Loans API

Errors

Code Description
401 Unauthorized
404 Not Found

Params

Param name Description
auth_token
required

UUID Associated with an individual User

Validations:

  • Must be a String