Gong API
12 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/tenant/gong/account/{account_id}/intelligence |
Account Intelligence |
GET |
/api/tenant/gong/calls |
List Calls Query: search, date_from, date_to, opportunity_id, call_type, linked. |
GET |
/api/tenant/gong/calls/{call_id} |
Get Call |
PATCH |
/api/tenant/gong/calls/{call_id}/link |
Link Call Accepts a JSON body. |
GET |
/api/tenant/gong/coaching/team |
Team Coaching Query: days. |
POST |
/api/tenant/gong/connect |
Connect Gong Accepts a JSON body. |
POST |
/api/tenant/gong/disconnect |
Disconnect Gong |
GET |
/api/tenant/gong/opportunity/{opp_id}/intelligence |
Opportunity Intelligence |
GET |
/api/tenant/gong/signals |
Deal Signals Query: days. |
GET |
/api/tenant/gong/status |
Gong Status |
POST |
/api/tenant/gong/sync |
Trigger Sync |
POST |
/api/tenant/gong/webhook |
Gong Webhook |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.