The integration portal gives LenderHomePage applications a simple API to interact with for dealing with external services like LendingQB, Plaid, FormFree/AccountChek, and many others.
By containing much of the logic for these external services in this API, each application can reduce the amount of work needed for integration and reduce duplicate code across multiple projects, and allow better focus on the application's own functionality.
{info} The Integration Client package is available to make using this API much easier. After familiarizing yourself with the project look into Using the PHP Client
The integration portal is authenticated using Laravel Passport, and each application connecting to the service will require it's own Client Id and Client Secret.
More information on this is located in the Generating Credentials and Obtaining an Auth Token sections.