API Docs

PropCRM API v2

Build on top of PropCRM. Automate workflows, sync data, and integrate with your existing tools using our REST API.

REST API

JSON over HTTPS

API Key Auth

Secure bearer tokens

Webhooks

Real-time event push

Authentication

All API requests require an API key passed as a Bearer token in the Authorization header.

# Example request

curl https://api.propcrm.in/v2/leads \

-H "Authorization: Bearer YOUR_API_KEY" \

-H "Content-Type: application/json"

Get your API key from Settings → API Keys in your PropCRM dashboard.

Base URL

https://api.propcrm.in/v2

Endpoints

GET/api/leadsList all leads for your agency (paginated, filterable)
POST/api/leadsCreate a new lead with full contact and property details
GET/api/leads/:idFetch a single lead by ID with full history
PUT/api/leads/:idUpdate lead status, assigned agent, or details
DELETE/api/leads/:idArchive a lead (soft delete, recoverable)
GET/api/propertiesList all property listings with filters
POST/api/propertiesCreate a new property listing
GET/api/agentsList all agents in your agency
GET/api/analytics/summaryGet revenue, leads, and conversion summary
POST/api/webhooksRegister a webhook endpoint for real-time events

⚡ Rate Limits

Starter: 100 req/min · Professional: 500 req/min · Enterprise: Unlimited. Rate limit headers are returned on every response.

Need help with the API?

api@aiclex.in