Authentication
Browser sessions use Supabase auth cookies. Server-to-server integrations should use a service token from your workspace settings (Enterprise) or contact us for early API access.
API Reference
Workspace-scoped REST endpoints power the dashboard today. Webhook delivery for call.completed is on the roadmap — join the waitlist from Integrations.
Browser sessions use Supabase auth cookies. Server-to-server integrations should use a service token from your workspace settings (Enterprise) or contact us for early API access.
/api/leadsList leads in the active workspace (auth required).
/api/leadsCreate a lead with phone, name, and custom fields.
/api/callsCall history with disposition, duration, and recording URL.
/api/calls/dispositionSave disposition and advance power-dial queue.
/api/leads/importCSV import with column mapping.
Full OpenAPI spec ships with Documentation. See also Integrations.