
Gong API Integration Profile
Information and guides about integrating with Gong API
Add Gong Integration to Your ProductUpdate a Gong Meeting (/v2/meetings/{meetingId}) in Gong API
When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:meetings:user
'.Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Path Parameters | pathParameters | object | |
Meeting Id | pathParameters.meetingId | integer | |
Query | query | object | |
Data | data | object | Meeting update metadata |
Start Time | data.startTime | string | The meeting start time in ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC). |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Request Id | requestId | string | A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes. |
Meeting Id | meetingId | string | The unique meeting identifier of the meeting. |