Skip to main content
POST
Create or update company

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Body

application/json
name
string

Company name.

domain
string

Website domain.

linkedin_url
string

LinkedIn company page URL.

description
string

Company description.

location
string

Company headquarters location.

phone
string

Company phone number.

is_client
boolean

Whether to mark the company as a client.

custom_fields
object[]

Custom field values to set. Get attribute definitions from GET /v1/custom-fields/companies.

Response

Company created or updated

success
enum<boolean>
required
Available options:
true
data
object
required