Skip to main content
2026-07-07
Phase 3b (partial): OpenAPI spec goes live
Added
  • Interactive API reference (this site) and the underlying OpenAPI 3.0 spec at GET /api/v1/schema/.
Docs note: this page mirrors the Changelog section of public_api.md in the main repo, which is the engineering-side source of truth — keep the two in sync rather than editing only one.
2026-07-07
Phase 3a: Ticketing & Flows endpoints go live
Added
  • Three new scopes: ticket.view, ticket.manage, flow.view.
  • Full ticket CRUD, comments, activity log, and escalation.
  • Ticket pipeline and stage management.
  • Read-only WhatsApp Flows endpoints: list, detail, metrics, submissions.
2026-07-07
Phase 3: write endpoints go live
Added
  • Create/update/delete contacts, bulk contact import.
  • Update conversation status, priority, tags, and assignment.
  • Send WhatsApp messages.
Security
  • Message sending enforces the same plan limits, opt-out/compliance shield, and 24-hour session window as the dashboard.
2026-07-07
Phase 2b: read endpoints go live
Added
  • Read-only endpoints for contacts, conversations, templates, team, and catalogue.
  • The team.view scope.
2026-07-07
Phase 2a: API key scopes & rate limiting
Added
  • Per-key scopes and a flat 60 req/min rate limit, independent of plan.