POST prosper/v1/log_bids
Submit objects that have been returned from direct communication with Prosper Lending's Order Placement API

Required payload key of ‘bid_output’ is required; entire returned object(s) from Prosper Lending’s Order API is the value for this key. See https://developers.prosper.com/docs/investor/orders-api/#submit_new_order for more 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


GET prosper/v1/bid_history
Returns history and status of orders

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

exclude_completed
optional

Optional parameter; used to return bids/orders that have not been completed/rejected.

Validations:

  • Must be one of: true, false.