Skip to main content
PUT
Update a company

Authorizations

Authorization
string
header
required

API key starting with leo_

Path Parameters

id
string<uuid>
required

Company ID

Body

application/json
name
string
domain
string
industry
string
company_size
string
description
string
location
string
logo_url
string
phone
string
linkedin_url
string
annual_revenue
number
owner_id
string<uuid> | null
status_id
string<uuid> | null

Company status ID. Set to null to clear the status. Must belong to the API key workspace.

custom_data
object

Partial custom field update map keyed by custom field key. Keys with null values are removed; omitted keys are preserved.

Response

Company updated

data
object
Example: