API Basics

API Basics

API Security

Authentication with an api key is required for all of our APIs and uses of our embedded tools. Currently you will need separate api keys for our APIs and our tools. You can contact us at info@myloansense.com if you are interesting in using our tools and need an API key.

The API Key will need to be included in each request in a custom header x-api-key.

Transport Encryption

The transport between client applications and LoanSense is secured using TLS/SSL (opens in a new tab). This means data is encrypted by default when tramsitted across networks.

BaseUrl

The base url for the api is https://api.myloansense.com. All requests should be made to this url, including sandbox requests. To use the sandbox environment, you will need to supply an additional header. x-sandbox: true with your requests.