GET prosper/v1/register_prosper_oauth
Callback from Littera Manager from Prosper to register Client Information from them

Client key and other information on authentication/authorization against Prosper’s OAuth service

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

auth_key
optional

Authorization key from Prosper

Validations:

  • Must be a String

state_token
optional

Unique string LitteraML provides Prosper; simply returned to us as a verification

Validations:

  • Must be a String

scope
optional

Description of the access levels user has granted LitteraML

Validations:

  • Must be a String


GET prosper/v1/prosper_credentials
Returns Prosper related OAuth Tokens for Using OAuth instead of key/password

Retrieve client token/key for authentication/authorization against Prosper’s OAuth service

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