Home
Common Room
Common Room Examples
Common Room Examples
Community Intelligence Go-To-Market Member Signals GitHub Slack Discord LinkedIn Sales Intelligence Contact Management Webhook Buyer Intelligence MCP Agent Tooling CLI SCIM Signal Intelligence
Common Room Examples is an example object payload from Common Room, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
core-member core-add-edit-user-request core-activity v2-contact v2-organization scim-user
Example Payload
{
"core-member": {
"description": "Example Community Member object",
"value": {
"id": "member_abc123",
"email": "jane@example.com",
"name": "Jane Smith",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-06-01T08:00:00Z",
"tags": [
"prospect",
"github-contributor"
],
"customFields": {
"companySize": "51-200",
"plan": "pro"
}
}
},
"core-add-edit-user-request": {
"description": "Request body for adding or editing a user",
"value": {
"email": "jane@example.com",
"name": "Jane Smith",
"source": "github",
"sourceId": "gh_user_12345",
"tags": [
"prospect"
],
"customFields": [
{
"fieldName": "companySize",
"value": "51-200"
}
]
}
},
"core-activity": {
"description": "Example activity posted to a member timeline",
"value": {
"type": "github:pullRequestOpened",
"occurredAt": "2024-06-10T14:25:00Z",
"body": "Opened PR #42: Fix authentication bug",
"url": "https://github.com/org/repo/pull/42",
"sourceId": "pr_42_org_repo"
}
},
"v2-contact": {
"description": "Example Contact object from V2 API",
"value": {
"id": "contact_xyz789",
"email": "john@acmecorp.com",
"name": "John Doe",
"title": "Senior Engineer",
"company": {
"id": "org_acme",
"name": "Acme Corp"
},
"leadScore": 85,
"segments": [
"enterprise-prospects"
],
"createdAt": "2024-03-01T00:00:00Z"
}
},
"v2-organization": {
"description": "Example Organization object from V2 API",
"value": {
"id": "org_acme",
"name": "Acme Corp",
"domain": "acmecorp.com",
"industry": "Software",
"employeeCount": 500,
"techStack": [
"Kubernetes",
"React",
"PostgreSQL"
],
"leadScore": 92
}
},
"scim-user": {
"description": "Example SCIM User for provisioning",
"value": {
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"userName": "jane@example.com",
"name": {
"givenName": "Jane",
"familyName": "Smith"
},
"emails": [
{
"value": "jane@example.com",
"primary": true
}
],
"active": true
}
}
}
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/common-room-examples"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.