Authentication

šŸ”‘

Need help generating your API keys? Take a look at our Generating Your API Credentials page.

LoanPro's API uses three fields to authenticate your requests:
Authorization
Autopal-Instance-ID
Content-Type

Here's a breakdown of each field:

Field NameDescriptionExample
AuthorizationThis key is generated within your LoanPro account. Multiple keys can be generated per single account, and each key is associated with the users you create.

This field requires you include the Bearer prefix.
Bearer {{token}}
Autopal-Instance-IdThis is the ID of your tenant account. 5000000
Content-TypeThe LoanPro API accepts content in the application/json format.application/json

Your completed headers will look like the following:
Authorization: Bearer 1111111111111318dc37271a2617625dd00137b4
Autopal-Instance-ID: 5200000
Content-Type: application/json

Your API credentials provide access to your data, so make sure to keep them safe and sound. Tokens can be revokedā€”if necessaryā€”and they can be set to refresh after a number of days. For more information regarding API keys, take a look at our Generating Your API Credentials page.