Unified.to · Schema
CrmCompany
A company represents an organization that optionally is associated with a deal and/or contacts
IntegrationUnified-API
Properties
| Name | Type | Description |
|---|---|---|
| address | object | |
| contact_ids | object | |
| created_at | string | |
| deal_ids | object | |
| description | string | |
| domains | object | |
| emails | object | |
| employees | number | |
| id | string | |
| industry | string | |
| is_active | boolean | |
| link_urls | object | |
| metadata | object | |
| name | string | |
| raw | object | |
| tags | object | |
| telephones | object | |
| timezone | string | |
| updated_at | string | |
| user_id | string | |
| websites | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CrmCompany",
"title": "CrmCompany",
"description": "A company represents an organization that optionally is associated with a deal and/or contacts",
"properties": {
"address": {
"$ref": "#/components/schemas/property_CrmCompany_address"
},
"contact_ids": {
"$ref": "#/components/schemas/property_CrmCompany_contact_ids"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"deal_ids": {
"$ref": "#/components/schemas/property_CrmCompany_deal_ids"
},
"description": {
"type": "string"
},
"domains": {
"$ref": "#/components/schemas/property_CrmCompany_domains"
},
"emails": {
"$ref": "#/components/schemas/property_CrmCompany_emails"
},
"employees": {
"type": "number"
},
"id": {
"type": "string"
},
"industry": {
"type": "string"
},
"is_active": {
"type": "boolean"
},
"link_urls": {
"$ref": "#/components/schemas/property_CrmCompany_link_urls"
},
"metadata": {
"$ref": "#/components/schemas/property_CrmCompany_metadata"
},
"name": {
"type": "string"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"tags": {
"$ref": "#/components/schemas/property_CrmCompany_tags"
},
"telephones": {
"$ref": "#/components/schemas/property_CrmCompany_telephones"
},
"timezone": {
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
},
"user_id": {
"type": "string"
},
"websites": {
"$ref": "#/components/schemas/property_CrmCompany_websites"
}
},
"type": "object"
}
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/unified-to-crmcompany"
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.