GET prosper/v1/listings
Returns a list of all current (as of the last time another process as updated the underlying data) listings available on Prosper Marketplace

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/listing
Returns returns information on a particular listing that was or is on the Prosper Marketplace. Includes historic listings.

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

listing_id
required

Listing number associated with a particular listing

Validations:

  • Must be a Integer


POST prosper/v1/update_listings
Update attributes on listings; payload is from calls to Prosper Lending's Listing 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


POST prosper/v1/update_scores
Machine Learning based success and failure scores; payload from prosper-ml score.py script

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/active_investable_listings_count
Returns a count (integer) of currently listings that are both activate and success/failure scored

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/scorable_listings
Returns a list of activate listings that have not been success/failure scored

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/historic_scorable_listings
Returns a list of historic listings that have not been success/failure scored; returns up to 1500 listings at a time

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/scored_listings
Returns a list of activate listings that have been success/failure scored

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/historic_scored_listings
Returns historic scored listings

Params

Param name Description
auth_token
required

UUID Associated with an individual User

Validations:

  • Must be a String

look_back
required

Look back in look_back_unit; e.g. 14 day or 156 week

Validations:

  • Must be a String

look_back_unit
required

Look look_back_unit; day, week, or month

Validations:

  • Must be a String


GET prosper/v1/loan_history
Returns payment history for historic loans; may include other information

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

loanid
required

List/array of comma separated Prosper Loan Numbers

Validations:

  • Must be an array of any type


GET prosper/v1/loan_listing_numbers
Returns a list of historic loan number <==> listing number pairs; this is used during the building and training of ML models

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/my_listing_ids
Returns a list of historic listing numbers for the associated User

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/listings_for_member_key
Returns a list of historic listings from a given listing based off the member_key the provided listing

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

listing_id
required

Single Prosper Listing ID/Number

Validations:

  • Must be a String