- Setup
- Reference
What You'll Need
| Credential | What it is |
|---|---|
| Access Key | Workspace API access key from Gong |
| Access Key Secret | Secret shown once when the key is created |
| API Base URL | Gong API host (https://api.gong.io or your regional URL from Company Settings) |
Overview
Connect Parable to Gong for calls, CRM, meetings, and workspace analytics using HTTP Basic authentication with a workspace-scoped Access Key and Secret.Conversations & CRM
Call recordings, transcripts, CRM associations, meetings
People & workspace
Users, workspaces, scorecards, trackers, audit logs
Prerequisites
Setup access in . These steps require , or a colleague with equivalent permissions who can create credentials for you.If that is not you, ask your administrator.
- Your Gong API Base URL. Most workspaces use
https://api.gong.io. Regional endpoints (for examplehttps://us-12345.api.gong.io) appear under Company Settings → Ecosystem → API.
Gong API keys are workspace-scoped. They can expire; Gong notifies workspace admins before rotation.
Setup Guide
Open Gong API settings
- Sign in to Gong as a Technical Administrator.
- Open Company Settings → Ecosystem → API (or go to app.gong.io/company/api).
Enable required API scopes
Each API key in Gong has scopes toggled individually. Enable only the scopes for the data categories you want Parable to collect.
| Scope | Purpose |
|---|---|
api:calls:read:basic | Call recordings |
api:calls:read:extensive | Call details & AI insights |
api:calls:read:transcript | Call transcripts |
api:users:read | Users & settings history |
api:settings:scorecards:read | Scorecard definitions |
api:stats:scorecards | Scorecard responses |
api:settings:trackers:read | Tracker definitions |
api:workspaces:read | Workspaces & library folders |
api:logs:read | Audit logs |
api:crm-calls:manual-association:read | CRM call associations |
api:stats:user-actions:detailed | Daily user activity |
api:stats:interaction | Interaction statistics |
api:stats:user-actions | Activity aggregates |
api:crm:get-objects | CRM entities (Accounts, Contacts, Deals) |
api:meetings:integration:status | Meetings |
api:permission-profile:read | Permission profiles |
api:crm:integrations:read | CRM integrations |
api:permission-profile:read may need to be enabled by Gong Support on some tiers.Create API credentials
- Click Get API Key.
- Copy the Access Key and Access Key Secret. The secret is shown once — store it in a password manager before closing the page.