Skip to main content
POST
Create an entity
Use this endpoint to register an additional legal entity in your workspace, for example a subsidiary or a second operating company. Only the legal name is required to start; you can complete the remaining business details later with Update an entity.

Parameters

string
required
The legal name of the entity as registered with government authorities.
string
Two-letter ISO country code (ISO 3166-1 alpha-2) where the entity is legally domiciled.
object
The primary business address of the entity.
string
“Doing Business As” name - the trade name used by the entity if different from the legal name.
string
A brief description of the entity’s business activities or purpose.
string
Primary contact email address for the entity.
string
Primary contact phone number for the entity.
string
The entity’s primary website URL.
string
The legal structure of the entity. Allowed values are corporation, llc, or partnership.
object
Details about the entity’s legal formation.
object
Tax identification information for the entity. Write-only: never returned in API responses.
object
Arbitrary key-value data to attach to the entity.

Returns

Returns the created Entity object.