---
title: "Company data model"
url: "https://docs.unified.to/crm/company/model"
description: "API reference for Company data model. Launch multiple pre-built Company integrations today with zero maintenance — all through a single API."
generated_at: "2026-07-02T22:31:12.053Z"
---
# Company data model

A company represents an organization that optionally is associated with a deal and/or contacts

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/crm/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

Unique identifier for this company object

**created\_at**date 

The date that this company object was created (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

The last date that this company object was updated (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

The name of the company

**deal\_ids**string array 

An array of deal IDs associated with this contact

**contact\_ids**string array 

An array of contact IDs associated with this company

**emails** array 

**telephones** array 

**websites**string array 

**address**object 

**is\_active**boolean 

**tags**string array 

**description**string 

**industry**string 

**link\_urls**string array 

Additional URLs associated with the contact e.g., LinkedIn, website, etc

**employees**number 

**timezone**string 

**user\_id**string 

(reference to HrisEmployee)

**metadata** array 

**domains**string array 

**raw**any 

The raw data returned by the integration for this company
