Skip to main content
POST
Create a CRM company
Creates a new CRM company record.

Domain uniqueness

domain must be unique within your workspace. Attempting to create a company with a domain that already exists will return an error. If you want to create-or-update in one call, use the Assert a CRM Company endpoint instead. Pass social profile URLs as a nested socials object:

Authorizations

Authorization
string
header
required

Body

application/json
name
string
required

Display name of the company.

Example:

"Acme Corp"

domain
string | null

Primary domain. Must be unique within the workspace.

Example:

"acme.com"

description
string | null

Free-text description.

Example:

"A global provider of anvils and gadgets."

websiteUrl
string | null

Company website URL.

Example:

"https://acme.com"

primaryLocation
string | null

Primary location or address.

Example:

"Phoenix, AZ"

socials
object

Social profile links.

Response

Created

success
boolean
Example:

true

status
integer
Example:

201

company
object

A CRM company record.

Last modified on June 11, 2026