Authentication
How to format your headers.
Need help generating your API keys? Take a look at the Quickstart Guide ↗
LoanPro's API uses three fields to authenticate your requests:
Authorization
Autopal-Instance-ID
Content-Type
Here's a breakdown of each field:
Field Name | Description | Example |
---|---|---|
Authorization | This 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-Id | This is the ID of your tenant account. | 5000000 |
Content-Type | The 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.
Ready to generate your own API keys? Take a look at the Quickstart Guide ↗
Updated about 1 year ago