Skip to content

API overview

The Connectora API is versioned under /api/v1. Admin and automations use Bearer JWT plus X-Organization-Id.

Auth

  • POST /api/v1/auth/login - obtain token
  • GET /api/v1/auth/me - user, org, entitlements

Docs handoff

  • POST /api/v1/docs/handoff - authenticated one-time code for docs.connectora-sync.com
  • POST /api/v1/docs/exchange - public exchange of code -> short-lived docs session

Plan notes: many write endpoints enforce features via PlanGatable (automations, workflows, plugins).