Gong · Schema
CallParty
SalesRevenue IntelligenceConversationAnalyticsArtificial IntelligenceConversation IntelligenceSales EngagementCRMForecastingTranscriptionAgents
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the party. |
| emailAddress | string | Email address of the party. |
| name | string | Display name of the party. |
| title | string | Job title of the party. |
| userId | string | Gong user ID if the party is a Gong user. |
| speakerId | string | Speaker identifier within the call. |
| affiliation | string | Whether the party is internal or external. |
| phoneNumber | string | Phone number of the party. |
| methods | array | Communication methods used by the party. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CallParty",
"title": "CallParty",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the party."
},
"emailAddress": {
"type": "string",
"format": "email",
"description": "Email address of the party."
},
"name": {
"type": "string",
"description": "Display name of the party."
},
"title": {
"type": "string",
"description": "Job title of the party."
},
"userId": {
"type": "string",
"description": "Gong user ID if the party is a Gong user."
},
"speakerId": {
"type": "string",
"description": "Speaker identifier within the call."
},
"affiliation": {
"type": "string",
"enum": [
"Internal",
"External",
"Unknown"
],
"description": "Whether the party is internal or external."
},
"phoneNumber": {
"type": "string",
"description": "Phone number of the party."
},
"methods": {
"type": "array",
"items": {
"type": "string"
},
"description": "Communication methods used by the party."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/gong-callparty"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.