API Map
Map of the entire API including all of the API calls that are supported and what you can do with each call.
Following is a map of the entire API including all of the API calls that are supported and what you can do with each call.
Base API URL: https://www.rebuildingsociety.com/api/rs/
URL | HTTP Verb | Functionality |
---|---|---|
/Loans | GET | Search for all loans available for auction. The service shall return either all loans currently available. |
/Microloans | GET | Search for all microloans available for resale. The service shall return all microloans currently available. |
/News | GET | Search for news stories. The service shall return the latest news stories. |
/Statistics | GET | Retrieve building society statistics The service shall return statistics. |
/LenderInfo | GET | Retrieve user info. The service shall return information relating to the user. |
/UserStatement | GET | Retrieve user statement. |
/Userkey | GET | Generate an userkey cookie specific to the user and device. |
/get_nonce | GET | Get a nonce specific to the parameters specified. |
/getAppropriatenessTest | GET | Get appropriateness test questions |
/getClassificationOptions | GET | Get classification options |
/setClassification | GET | Set classification option to specific investor |
/TradeMicroloans | GET | Perform an action for the specified user. |
/PlaceBid | POST | Place a bid. |
/SubmitApplicationConsumer | POST | Submit a consumer application. |
/BorrowerInfo | GET | Retrieve user info. The service shall return information relating to the user and their application. |
/BorrowerCheck | GET | Retrieve borrower info. The service shall return public information relating to the borrower |
/RegisterUser | GET | Register a new user. |
/AddFunds | GET | Add funds to user. |
/GetDiscussion | GET | Get discussion. |
Updated almost 4 years ago