OpenAPI

Please see a quick article in what is needed for the OpenAPI

Getting an Account
 

You must be a LendingWise client to fully use the API.(If you are not, please Sign up here to create an account).

Afterward, contact api@lendingwise.com to request API access to your data. The current API supports 2 endpoints. The 1st will fetch all loan records that match your desired query with around 30 data points. The 2nd endpoint will fetch up to 400 data points within a single loan. For technical help or to request additional fields in the API please email us at API@lendingwise.com

 

Coming soon: We will support creating & updating loan records via this API.

 
 
Configuring Your Client

The first step is to put your Client ID, Client Secret and the API URL in a configuration file for your code. These are the only three pieces of information you need to access the API. You can use "test" for the Client ID and the Client Secret to get a Bearer Token you can use to test the API and get back sample data structures.


Please see this article in regards to the OpenAPI

 

Note:

As of 4/1/2024: You can only push/pull data, but you cannot update the data.