The Lofty Developer API is a RESTful API that gives you programmatic access to the Lofty real estate CRM platform. If you’re building a third-party integration, automating lead workflows, syncing CRM data, or embedding real estate functionality into your own application, this API is your entry point.Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL and versioning
All API requests are made to the following base URL:| Version | Path prefix | Notes |
|---|---|---|
| v1.0 | /v1.0/ | Current stable version for most endpoints |
| v2.0 | /v2.0/ | Available for select endpoints; check the API reference for availability |
Authentication
Lofty supports OAuth 2.0 and API Keys (personal access tokens).| Method | Use case | Header |
|---|---|---|
| OAuth 2.0 | Multi-tenant apps, third-party integrations | Bearer <access_token> |
| API Key | Personal automation, scripts, CLI | token <api_key> |
THIRD_PARTY_OPERATION scope. Used by the Lofty CLI as LOFTY_CUSTOMER_KEY. Generate yours under Settings → Integrations → API.
Quickstart
Get credentials and make your first API call in minutes.
Lofty CLI
Install the CLI for fast terminal-based API access.
API Reference
115 endpoints across leads, tasks, listings, transactions, and more.
Webhooks
Subscribe to real-time events when data changes.