Skip to content

Update Company

PATCH
/companies/{company_id}

Update a company’s fields (partial update).

Authorizations

Parameters

Path Parameters

company_id
required

Company ID

integer

Company ID

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Request body for updating a company. All fields optional (partial update).

object
address
Any of:
string
city
Any of:
string
country
Any of:
string
domain
Any of:
string
employee_count
Any of:
string
industry
Any of:
string
linkedin_url
Any of:
string
name
Any of:
string
phone
Any of:
string
state
Any of:
string
website
Any of:
string
zip
Any of:
string

Responses

200

Successful Response

object
data
required
object
key
additional properties
any
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