Skip to content

Get Company

GET
/companies/{company_id}

Get detailed information about a single company.

Authorizations

Parameters

Path Parameters

company_id
required

Company ID

integer

Company ID

Query Parameters

include_custom_fields

When true, the response includes a custom_fields object of custom column values keyed by column slug. Default false omits it.

boolean

When true, the response includes a custom_fields object of custom column values keyed by column slug. Default false omits it.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required
object
address
Any of:
string
city
Any of:
string
contact_count
Any of:
integer
country
Any of:
string
created_at
Any of:
string
crunchbase_url
Any of:
string
custom_fields
Any of:
object
key
additional properties
Any of:
string
description
Any of:
string
domain
Any of:
string
employee_count
Any of:
string
facebook_url
Any of:
string
founded_year
Any of:
integer
id
required
integer
industry
Any of:
string
industry_group
Any of:
string
linkedin_followers
Any of:
string
linkedin_url
Any of:
string
logo_url
Any of:
string
meta_data
Any of:
object
key
additional properties
any
name
Any of:
string
phone
Any of:
string
revenue
Any of:
string
state
Any of:
string
twitter_url
Any of:
string
updated_at
Any of:
string
website
Any of:
string
zip
Any of:
string
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string