/api/external/resolve-orgResolve orgKey and orgId from a user email.
Auth: Bearer MAGOVEN_PRODUCT_BRIDGE_SECRET
Base URL: https://one.magoven.io
MAGOVEN_ONE_URL=https://one.magoven.io MAGOVEN_PRODUCT_BRIDGE_SECRET=<shared-secret> SCIM_BEARER_TOKEN=<enterprise-scim-token>
/api/external/resolve-orgResolve orgKey and orgId from a user email.
Auth: Bearer MAGOVEN_PRODUCT_BRIDGE_SECRET
/api/external/org-entitlementsRead org policies, seat pool, storage quota, and package.
Auth: Bearer MAGOVEN_PRODUCT_BRIDGE_SECRET
?orgId=org_abc or [email protected]
/api/external/activityAppend or list org activity events for the unified feed.
Auth: Bearer MAGOVEN_PRODUCT_BRIDGE_SECRET
GET ?orgId=…&limit=50 — POST { orgId, type, title, actorEmail }
/api/external/meeting-summaryPost AI meeting summaries from magMeet into magWork CRM.
Auth: Bearer MAGOVEN_PRODUCT_BRIDGE_SECRET
{ orgId, meetingId, meetingTitle, summary, hostEmail }
/api/scim/v2/UsersSCIM 2.0 user provisioning (Enterprise).
Auth: Bearer SCIM token
Standard SCIM User resource
/api/auth/bridgeCross-app SSO refresh — mints platform JWT.
Auth: Session cookie (magoven_one_session)
?platform=mail|drive|docs|meet|work&next=/path
/api/go/[platform]SSO launcher to suite apps with short-lived JWT.
Auth: Session cookie
/api/go/meet, /api/go/work, …
/api/billing/payfast/notifyPayment notification webhook — marks transaction paid.
Auth: PayFast ITN signature
Gateway form POST
Also see the interactive reference on one.magoven.io.