Getting Started with Leaseora APIs
Build powerful property management applications with our comprehensive REST APIs. From properties and leases to AI-powered insights, everything you need is at your fingertips.
Make Your First API Call
Test your setup with a simple request to fetch your properties
cURL
JavaScript
Authentication
Leaseora API uses token-based authentication with Laravel Sanctum for secure access to your property data.
/api/login
Authenticate with your Leaseora credentials to receive an API token.
Request Example
Success Response
Properties API
Manage your property portfolio with full CRUD operations and AI-powered insights.
/api/properties
Retrieve all properties owned by the authenticated user.
Request Example
Response Example
/api/properties
Create a new property in your portfolio.
Leases API
Manage lease agreements with comprehensive validation and property relationships.
/api/leases
Retrieve lease agreements filtered by tenant with property details included.
AI Services API
Leverage Leaseora's AI-powered features for intelligent property management insights and recommendations.
/api/ai/ask
Submit queries to our AI service for property-related insights and recommendations.
Request Example
Response Example
/api/ai-insights/global
PublicAccess the latest global AI insights and market predictions (no authentication required).