Common Room · Schema

Contact

Community IntelligenceGo-To-MarketMember SignalsGitHubSlackDiscordLinkedInSales IntelligenceContact ManagementWebhookBuyer IntelligenceMCPAgent ToolingCLISCIMSignal Intelligence

Properties

Name Type Description
id string Prefixed contact ID (format `c_`)
name string The contact's display name
avatarUrl string
fullName string
location object
primaryEmail string
phoneNumbers array
title string
companyName string
companyWebsite string
connectedCustomObjects array
customFields object Map of custom-field ID (format `cf_`) to its typed value.
profiles array
jobHistory array
leadScores array
segments array
recentWebPages array
recentWebVisitsNumber integer
recentActivities array
activateMessage object
sparkSummary string
recentSparkSummaries array
tags array Prefixed label IDs (format `l_`)
url string Common Room URL for this contact
View JSON Schema on GitHub

JSON Schema

common-room-v2-contact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.commonroom.io/schemas/v2/contact",
  "title": "Contact",
  "type": "object",
  "required": [
    "id",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Prefixed contact ID (format `c_<number>`)"
    },
    "name": {
      "type": "string",
      "description": "The contact's display name"
    },
    "avatarUrl": {
      "type": "string",
      "format": "uri",
      "nullable": true
    },
    "fullName": {
      "type": "string",
      "nullable": true
    },
    "location": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApiLocation"
        }
      ],
      "nullable": true
    },
    "primaryEmail": {
      "type": "string",
      "nullable": true
    },
    "phoneNumbers": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "type",
          "value"
        ],
        "properties": {
          "type": {
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        }
      }
    },
    "title": {
      "type": "string",
      "nullable": true
    },
    "companyName": {
      "type": "string",
      "nullable": true
    },
    "companyWebsite": {
      "type": "string",
      "nullable": true
    },
    "connectedCustomObjects": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "id",
          "name",
          "objectType"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "Prefixed custom object ID (format `co_<number>`)"
          },
          "name": {
            "type": "string"
          },
          "objectType": {
            "type": "string"
          }
        }
      }
    },
    "customFields": {
      "type": "object",
      "description": "Map of custom-field ID (format `cf_<number>`) to its typed value.",
      "additionalProperties": {
        "$ref": "#/components/schemas/ApiFieldValue"
      }
    },
    "profiles": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "type",
          "value"
        ],
        "properties": {
          "type": {
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        }
      }
    },
    "jobHistory": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "company",
          "title",
          "startDate",
          "endDate"
        ],
        "properties": {
          "company": {
            "type": "string"
          },
          "title": {
            "type": "string",
            "nullable": true
          },
          "startDate": {
            "type": "string"
          },
          "endDate": {
            "type": "string",
            "nullable": true
          }
        }
      }
    },
    "leadScores": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiLeadScore"
      }
    },
    "segments": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "id",
          "name"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "Prefixed segment ID (format `s_<number>`)"
          },
          "name": {
            "type": "string"
          }
        }
      }
    },
    "recentWebPages": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "url",
          "numVisits"
        ],
        "properties": {
          "url": {
            "type": "string"
          },
          "numVisits": {
            "type": "integer"
          }
        }
      }
    },
    "recentWebVisitsNumber": {
      "type": "integer"
    },
    "recentActivities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiActivity"
      }
    },
    "activateMessage": {
      "type": "object",
      "nullable": true,
      "required": [
        "title",
        "message"
      ],
      "properties": {
        "title": {
          "type": "string"
        },
        "message": {
          "type": "string",
          "nullable": true
        }
      }
    },
    "sparkSummary": {
      "type": "string",
      "nullable": true
    },
    "recentSparkSummaries": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "tags": {
      "type": "array",
      "description": "Prefixed label IDs (format `l_<number>`)",
      "items": {
        "type": "string"
      }
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Common Room URL for this contact"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/common-room-v2-contact"
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.