Skip to main content
Companies store firmographic data such as industry, location, and website. They can be associated with persons in your account.

Fields

id
string (uuid)
required
Unique identifier for the company.
objectType
string
required
Always company.
name
string | null
The company name.
website
string | null
The company website URL.
domain
string | null
The company domain.
logoUrl
string | null
URL to the company logo.
industries
string[]
required
List of industries the company operates in.
city
string | null
The city where the company is located.
state
string | null
The state or region where the company is located.
country
string | null
The country where the company is located.
createdAt
string (date-time)
required
Timestamp when the company was created.
updatedAt
string (date-time)
required
Timestamp when the company was last updated.

Example

{
  "id": "b5c6d7e8-f9a0-1234-bcde-f56789abcdef",
  "objectType": "company",
  "name": "Acme Corp",
  "website": "https://acme.com",
  "domain": "acme.com",
  "logoUrl": "https://logo.clearbit.com/acme.com",
  "industries": ["Software", "SaaS"],
  "city": "San Francisco",
  "state": "California",
  "country": "United States",
  "createdAt": "2024-01-05T12:00:00Z",
  "updatedAt": "2024-02-01T09:15:00Z"
}

Used in