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. There are several endpoints but the most important will be “file” and “files” endpoints. “Files” will fetch all loan records that match your desired query with around 30 data points. The “File” 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.
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 8/1/2024: You can only pull data, but you cannot update the data.