Gong website screenshot

Gong

Gong is the revenue intelligence platform that captures and analyzes customer interactions across calls, emails, and meetings. APIs expose calls, transcripts, deals, users, and analytics.

5 APIs 0 Features
SalesRevenue IntelligenceConversationAnalyticsAI

APIs

Gong Calls API

List calls, retrieve metadata, transcripts, recordings and trackers.

Gong Users API

Read user, manager and team data.

Gong CRM Integration API

Push CRM-style account, contact, deal and engagement data into Gong.

Gong Engagement Data API

Read activity, scorecards, trackers, and library content.

Gong Library API

Access and organize library folders and shared call collections.

Collections

Pricing Plans

Gong Plans Pricing

1 plans

PLANS

Rate Limits

Gong Rate Limits

1 limits

RATE LIMITS

FinOps

Gong Finops

FINOPS

Semantic Vocabularies

Gong Context

0 classes · 13 properties

JSON-LD

JSON Structure

Gong Structure

0 properties

JSON STRUCTURE

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Gong Users API
  version: 2.0.0
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Users
    type: folder
  items:
  - info:
      name: Gong List all users
      type: http
    http:
      method: GET
      url: https://api.gong.io/v2/users
      params:
      - name: cursor
        value: ''
        type: query
        description: A cursor for pagination. Pass the cursor from the previous response to retrieve the next page of results.
      - name: includeAvatars
        value: ''
        type: query
        description: When set to true, the response includes user avatar image URLs.
    docs: Retrieves a list of all users in the Gong account. Results are paginated and can optionally include user avatar
      images.
  - info:
      name: Gong Retrieve a specific user
      type: http
    http:
      method: GET
      url: https://api.gong.io/v2/users/:id
      params:
      - name: id
        value: ''
        type: path
        description: The unique Gong user ID.
    docs: Retrieves detailed information about a specific user identified by their unique Gong user ID.
  - info:
      name: Gong Retrieve user settings history
      type: http
    http:
      method: GET
      url: https://api.gong.io/v2/users/:id/settings-history
      params:
      - name: id
        value: ''
        type: path
        description: The unique Gong user ID.
    docs: Retrieves the settings change history for a specific user, including changes to their role, permissions, and other
      configuration settings over time.
  - info:
      name: Gong List users by filter
      type: http
    http:
      method: POST
      url: https://api.gong.io/v2/users/filter
      body:
        type: json
        data: '{}'
    docs: Retrieves a filtered list of users based on specified criteria such as creation date, user IDs, or other attributes.
bundled: true