
Gong API Integration Profile
Information and guides about integrating with Gong API
Add Gong Integration to Your Product- List Calls By Date Range
- Retrieve call data by date range (/v2/calls)
List calls that took place during a specified date range.
When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:calls:read
'. - Add new call (/v2/calls)
When using this endpoint, either provide a downloadMediaUrl or use the returned callId in a follow-up request to /v2/calls/{id}/media to upload the media file.
When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:calls
'. - Add call media (/v2/calls/{id}/media)
Adds a call media, recorded by a telephony system (PBX) or other media recording facility. Gong accepts call recordings in various audio and video file formats, including WAV, MP3, MP4, MKV and FLAC. If uploading a dual-channel (stereo) file separated by speaker, make sure to specify which channel correspondsto the company team member (rep) in the parties/mediaChannelId parameter of the Add New Call operation.
When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:calls
'. - Retrieve data for a specific call (/v2/calls/{id})
Retrieve data for a specific call.
When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:calls:read
'. - Retrieve detailed call data by various filters (/v2/calls/extensive)
Lists detailed call data for calls that took place during a specified date range, have specified call IDs or hosted by specified users.
When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:calls:read
'. Moreover, clients requesting media download URLs by the contentSelector.exposedFields.media field should also have the scope 'api:calls:read'. - Permission profile for a given profile Id (/v2/permission-profile)
Returns a permission profile.
- Update permission profile (/v2/permission-profile)
Update a permission profile.
- Create permission profile (/v2/permission-profile)
Create a permission profile in a given workspace.
- Update a Gong Meeting (/v2/meetings/{meetingId})
When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:meetings:user
'.