Skip to main content
GET
Get a company
An organization with which you have a history of communication or business, such as a potential client or partner. Each company can be linked to one or more contacts.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The company uuid

Response

200

id
string

The unique identifier for the object.

name
string | null

The name of the company.

isActive
boolean

Whether the company is active.

description
string | null

A description of the company.

billingAddress
string | null

The billing address of the company.

currency
string

The three-letter currency code for the company.

facebookUrl
string | null

The company's Facebook URL.

linkedinUrl
string | null

The company's LinkedIn URL.

twitterUrl
string | null

The company's Twitter URL.

websiteUrl
string | null

The company's website URL.

numberOfEmployees
integer | null

The number of employees.

ownershipClass
enum<string> | null

The ownership classification of the company.

Available options:
public,
private,
subsidiary,
other,
null
phoneNumber
string | null

The phone number of the company.

revenue
number | null

The annual revenue of the company.

shippingAddress
string | null

The shipping address of the company.

tickerSymbol
string | null

The stock ticker symbol for the company.

yearFounded
integer | null

The year the company was founded.

createdAt
string<date-time>

The timestamp when the object was created.

modifiedAt
string<date-time>

The timestamp when the object was last modified.

companySpendTier
object | null

The company spend tier associated with this company.

companyType
object | null

The company type associated with this company.

practice
object | null

The practice associated with this company.

industry
object | null

The industry associated with this company.

owner
object | null

The workspace member who owns this company.

sicCode
object | null

The Standard Industrial Classification (SIC) code associated with this company.

salesforceId
string | null

The Salesforce record ID for this company, if synced via Salesforce integration.

hubspotId
string | null

The HubSpot record ID for this company, if synced via HubSpot integration.