Skip to main content

Homele API

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

Available APIs

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.