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.
Organization Redesign
Restructured the Agent Organization API with new office and company management endpoints.Published Listings
- Added
GET /v1.0/getPublishedListings— export team listings as XML for syndication partners.
Lead Enhancements
withTrashparameter added toGET /v1.0/leads/{leadId}— retrieve trashed leads.isPrivaterenamed toisHidden— lead visibility field updated across all endpoints.- Lead ownership — added ownership scope validation for lead access control.
- Removed
leadRoutingparameter from lead creation.
Multi Lead Types
Leads now support multiple types simultaneously (e.g., a lead can be both Buyer and Seller). TheleadTypes field accepts an array of type IDs.Notes Enhancement
- Added notes support with content length validation.
Send Email API
- Added
POST /v1.0/message/email/sendfor sending outbound emails to leads.
Lead Search
- Migrated lead search to Elasticsearch for improved performance.
- Added
currentIdparameter for cursor-based pagination.
Transaction Commissions
- Added
commissionsfield documentation with detailed property descriptions.