Bondora API allows you to access different data points of borrowers in greater detail than any of our other options available, you can then use this to create your own unique investment strategy. Our API allows you to include details such as income and obligations, employment, age, education and more in your loan selection process. However, to use the API, you will need advanced programming skills and a detailed plan of which of the numerous data points should be relevant to your very own strategy. The API is therefore only used by approximately one percent of our investors.
Bondora API is a RESTful interface for accessing Bondora system programmatically.
Please see the Introduction page for more detailed information about API usage, security and functionality.
You can find the technical description from the API Reference Documentation.
The API is also documented in Swagger format as a JSON data.
To start using API you must first have a working user account in Bondora website. If you don't have a user account, please go to Bondora and register as a new Bondora user.
For quick start using the API, you can use Postman API testing and development suite. You can import all Bondora API endpoints to Postman by using the Swagger format at https://api.bondora.com/swagger/docs/v1.
To test the OAuth authorization, you can use the Google OAuth 2.0 Playground. In OAuth 2.0 configuration, choose Custom for "OAuth endpoints" and Authorization header w/ Bearer prefix for "Access token location". Fill other fields (Client ID and Client secret) with according values from your API Application. Insert scopes (BidsRead BidsEdit Investments SmBuy SmSell) to "Input your own scopes" field and press "Authorize APIs".