How to get up and running with the LMS API.
This tutorial will help you begin your developer experience with LoanPro's LMS API. We'll walk you through the following steps:
- Generating an API token
- Sending your first request
Prerequisites
Before you begin, make sure you've got some things squared away:
- This tutorial assumes you have your own LoanPro environment
- This tutorial assumes you've read up on the LMS API Overview ↗
1. Generate an API token
Log in to your LoanPro account, then navigate to Settings > Company > API > Overview. Then, complete the following steps to create an API token:
Take note of your tenant ID and the token that you have created—these are both used as headers when sending requests to the LMS API.
How do API keys function within the LMS API?
Multiple API keys can be active within your LoanPro account. API keys are associated with your agent users, and there's no limit to how many valid keys you can have at a time. To learn more about LoanPro's API keys, take a look at our API Token Management ↗ guide.
2. Send your first request
Nice! You're connected! ✨
What's next?
We suggest you keep this momentum going! Some great starting points within the LMS API reference are Creating a New Customer ↗ or Creating a New Loan ↗.
If you'd like to learn more about the LMS API, head to the Guides ↗ section.