Base URL
The base URL for all LMS API requests.
The LoanPro API uses a base URL of https://loanpro.simnang.com/api/public/api/1/
for all requests—even those made to your Sandbox environment.
The URL path will change depending on the request being sent. For example, here's a breakdown of the endpoint used for creating and updating loans:
https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()
Base URL | URL Path |
---|---|
https://loanpro.simnang.com/api/public/api/1/ | odata.svc/Loans() |
The base URL can also be found in the LoanPro UI by navigating to Settings > Company > API > Overview.
If you'd like a customized domain for your API requests, reach out to your customer success representative.
Updated over 1 year ago