API Reference

Pipe call events
into your stack.

Workspace-scoped REST endpoints power the dashboard today. Webhook delivery for call.completed is on the roadmap — join the waitlist from Integrations.

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.

Core endpoints

  • GET/api/leads

    List leads in the active workspace (auth required).

  • POST/api/leads

    Create a lead with phone, name, and custom fields.

  • GET/api/calls

    Call history with disposition, duration, and recording URL.

  • POST/api/calls/disposition

    Save disposition and advance power-dial queue.

  • POST/api/leads/import

    CSV import with column mapping.

Full OpenAPI spec ships with Documentation. See also Integrations.