Skip to main content

Homele API

Welcome to the Homele API documentation. This is your comprehensive reference for integrating with Homele services.

Available APIs

CRM API

Read-only access to customer data, lead statuses, and history for external integrations (SAP, ERP, etc.)

Authentication

All APIs use Bearer token authentication. Generate tokens from Settings > API Integration in your dashboard.
curl -H "Authorization: Bearer YOUR_TOKEN" \
     https://<your-domain>/api/v2/crm/customers

Rate Limits

All API requests are rate limited to 60 requests per minute per token.