Authentication
Learn how to authenticate your requests against the Leasing Automation API.
The Leasing Automation API uses API keys to authenticate requests. Pass your API key in the x-api-key
header of each request to securely access the API.
Manage Your API Keys
Get Started with Your API Keys! You can view and manage your API keys in the Leasing Automation Dashboard.
To request access to the Leasing Automation Dashboard and API keys, please contact us.
Key Format:
- Test Mode Keys: Begin with
lk_test_
and allow you to interact with our sandbox environment. - Live Mode Keys: Begin with
lk_live_
and are used for production requests.
Important: API keys grant access to your Leasing Automation account. Keep them secure—never share your secret API keys in public repositories, client-side code, or other unsecured locations.
Requirements
- HTTPS: All requests to the Leasing Automation API must be made over HTTPS; HTTP requests will be rejected.
- Authentication: Requests without a valid API key or made over plain HTTP will fail.
Interactive API Console
You can also explore and test each endpoint in our OpenAPI/Swagger interactive API console, which provides a hands-on way to examine request/response details in real time.