Skip to main content
POST
Create company

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format

Body

application/json
name
string
required

Company name

Example:

"New Company Name"

primaryDomain
string

Primary domain of the company

Example:

"newcompany.com"

domains
string[]

Array of company domains

Example:
alternativeNames
string[]

Array of alternative company names

Example:
headline
string

Company description

Maximum string length: 256
Example:

"Company description"

linkedinSlug
string

LinkedIn profile slug

Example:

"new-company"

twitterSlug
string

Twitter profile slug

Example:

"newcompany"

crunchbaseSlug
string

Crunchbase profile slug

Example:

"new-company"

Response

Company created successfully

publicId
string
required

Created company public ID

Example:

"abc123def456"