LoanGlideAPI is organized around REST principles so that your user experience is simple and straightforward. In general, the LoanGlide API requests expect a JSON format and the responses are in JSON too. You can use the POST, PUT, GET requests for submitting, changing and retrieving data respectively. Request authentication is via OAuth 2.0 using the Authorization request header. Please refer to the Authentication section for additional details.

We offer two environments - one for your live production usage, and one fully functional test/sandbox environment for testing and integration purposes.

Base URL

Production - https://api.loanglide.com

Test/Sandbox - https://api-stage.loanglide.com