To get started with using the Lender Price API, it is suggested that users familiarize themselves with the contents of this API guide.
To access the Lender Price API, the client must be given a userID, companyID and secret, and their IP address must be whitelisted.
Access the sandbox at the following URL: https://uat-api.lenderprice.com/swagger-ui.html
Clients can email their IPv4 address to Lender Price at contact@lenderprice.com

Please contact Lender Price to access the web portal: https://uat.lenderprice.com/
Users can log in with their credentials at Lender Price and begin testing configuration in our UI.

All API sessions begin with authentication. There are three API calls used to authenticate, and any can be used:
| Authen JWT | POST /oauth/token |
| Authen LOS | POST /oauth/token |
| PPE API Secret | GET /encodeAES128/:apiKey/:userId |
See Authentication for more information.
Below are guides to assist users with the API calls for the following tasks. It is recommended that users familiarize themselves with the conceptual material prior to making API calls.