Magoven Support — help for every app in the suiteSign in to Magoven One
Developers

Integration API reference

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>
GET/api/external/resolve-org

Resolve orgKey and orgId from a user email.

Auth: Bearer MAGOVEN_PRODUCT_BRIDGE_SECRET

[email protected]

GET/api/external/org-entitlements

Read org policies, seat pool, storage quota, and package.

Auth: Bearer MAGOVEN_PRODUCT_BRIDGE_SECRET

?orgId=org_abc or [email protected]

GET/POST/api/external/activity

Append or list org activity events for the unified feed.

Auth: Bearer MAGOVEN_PRODUCT_BRIDGE_SECRET

GET ?orgId=…&limit=50 — POST { orgId, type, title, actorEmail }

POST/api/external/meeting-summary

Post AI meeting summaries from magMeet into magWork CRM.

Auth: Bearer MAGOVEN_PRODUCT_BRIDGE_SECRET

{ orgId, meetingId, meetingTitle, summary, hostEmail }

GET/POST/PATCH/DELETE/api/scim/v2/Users

SCIM 2.0 user provisioning (Enterprise).

Auth: Bearer SCIM token

Standard SCIM User resource

GET/api/auth/bridge

Cross-app SSO refresh — mints platform JWT.

Auth: Session cookie (magoven_one_session)

?platform=mail|drive|docs|meet|work&next=/path

GET/api/go/[platform]

SSO launcher to suite apps with short-lived JWT.

Auth: Session cookie

/api/go/meet, /api/go/work, …

POST/api/billing/payfast/notify

Payment notification webhook — marks transaction paid.

Auth: PayFast ITN signature

Gateway form POST

Also see the interactive reference on one.magoven.io.