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 tokenGET /api/v1/auth/me— user, org, entitlements
Docs handoff
POST /api/v1/docs/handoff— authenticated one-time code for documentation.connectora-sync.comPOST /api/v1/docs/exchange— public exchange of code → short-lived docs session
Plan notes: many write endpoints enforce features via PlanGatable (automations, workflows, plugins).