Gong
A revenue intelligence platform for capturing and analyzing customer interactions.
https://{apibase}
Terminal
curl https://proxy.bundleup.io/[...] \
-H "Authorization: Bearer Zw7Lt7..." \
-H "BU-Connection-Id: conn_abc123" Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
No Unified MCP tools available.
Unified API Endpoints
/me
Retrieve the Gong workspace this connection is authenticated as. Gong has no current-user endpoint — access keys are scoped to a workspace, not a user — so this returns the first workspace the key can reach and requires the api:workspaces:read scope. Gong exposes no email or avatar for a workspace.
