Skip to main content

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.

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.

Base URL and versioning

All API requests are made to the following base URL:
https://api.lofty.com
The API exposes two versioned path prefixes:
VersionPath prefixNotes
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).
MethodUse caseHeader
OAuth 2.0Multi-tenant apps, third-party integrationsBearer <access_token>
API KeyPersonal automation, scripts, CLItoken <api_key>
OAuth 2.0 — Three grant types: Authorization Code, PKCE (for SPAs), and Client Credentials (for server-to-server). Register your app in the Developer Portal. API Key — User-scoped personal access tokens with configurable expiration and 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.