Integrate Camilia with your existing systems. Available on the Agency plan.
All requests require an API key in the Authorization header. Generate your keys in Settings → Public API.
Lists use cursor-based pagination. Send the cursor from the last item to get the next page.
100 requests per minute per API key. 429 responses indicate the limit has been exceeded.
/api/v1/leadsList leads (paginated)/api/v1/leadsCreate a lead/api/v1/leads/:idGet lead detail + activities/api/v1/leads/:idUpdate a lead/api/v1/leads/:idSoft-delete a lead/api/v1/propertiesList properties (paginated)/api/v1/propertiesCreate a property/api/v1/properties/:idGet property detail/api/v1/properties/:idUpdate a property/api/v1/properties/:idDelete a property/api/v1/visitsList visits (paginated)/api/v1/visitsCreate a visit/api/v1/activitiesList activities (read-only)/api/v1/leads/:id/smsSend SMS to a leadGenerate your first API key from the Settings panel.