Ready-to-Use Connections
No development work needed. Just authenticate and go.
Build on Top of Bhoomi9 One
RESTful API with comprehensive endpoints, webhook support, and developer-friendly authentication.
RESTful API
JSON-based REST API with predictable resource-oriented URLs. Versioned (v1) for backward compatibility.
Webhook Support
Real-time event notifications via webhooks. Subscribe to lead.created, followup.due, deal.won and 20+ events.
Rate Limits
60 requests per minute per API key. Enterprise: 300 req/min. Burst allowance up to 100 req in 10 seconds.
Auth: API Key + OAuth
API key-based auth for server-to-server. OAuth 2.0 (Authorization Code) for user-delegated access. Both supported.
Common Use Cases
Lead Import / Export
Bulk import leads from legacy systems via CSV or JSON array. Export filtered lead lists programmatically.
Automated Reports
Schedule report generation via cron + API. Download Excel/PDF reports without manual UI interaction.
Third-Party CRM Sync
Bi-directional sync with other CRMs, accounting software, or custom ERP systems via API + webhook pair.
Custom Integrations
Build internal tools, mobile apps, or custom dashboards that read/write Bhoomi9 One data in real-time.
Quick Start
# Get all leads created in the last 24 hours # Replace YOUR_API_KEY with your actual key curl -X GET "https://api.bhoomi9.com/v1/leads?created_after=$(date -u -d '24 hours ago' +%Y-%m-%dT%H:%M:%SZ)" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" # Create a new lead curl -X POST "https://api.bhoomi9.com/v1/leads" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "customerName": "Rajesh Sharma", "mobileNo": "+919876543210", "leadSource": "Website", "preferredLocation": "Andheri, Mumbai" }'
Webhooks
Subscribe to real-time events — new lead, follow-up due, deal stage change, assignment created, and more. Payloads sent as JSON POST to your endpoint within 2 seconds of the event. Retry with exponential backoff (3 attempts).
On the Roadmap
Integrations our users have voted for the most. Want something else? Request it below.
Help Us Prioritise
Vote on upcoming integrations or suggest a new one. We build what our users need most.
Popular Requests
Suggest an Integration
Don't see what you need? Tell us which tool you want integrated and how you'd use it.
Everything You Need to Build
Comprehensive documentation, code samples, and community support for developers.
Ready to Build?
Get your API key and start integrating today. All plans include API access with developer-friendly rate limits.