Skip to main content
POST
Create a Company.

Authorizations

x-api-key
string
header
required

Body

application/json
acquisition_status
string | null
business_model
string | null
city
string | null
company_custom_fields
Company Custom Fields · object | null

Internal/custom field values to set, keyed by field UUID. Replaces the entire object on write — there is no per-key merge, so a partial update must resend every key it wants to keep (same semantics as GraphQL's company_custom_fields).

company_name
string | null
company_type
string | null
country
string | null
description
string | null
email
string | null
employee_count
string | null

Employee count band, not an exact number — a range string like '11-50' or the sentinel '10000+' (matches the format used by GET /v1/companies' employee_count_from/to filters).

facebook_url
string | null
ipo_status
string | null
linkedin_url
string | null
logo_url
string | null
operating_status
string | null
phone
string | null
region
string | null
sector
string | null
state
string | null
street_address
string | null
thesis_area
string | null
twitter_url
string | null
website
string | null
year_founded
string | null

Response

201 - application/json

Response body for company create/update.

rings_updated_at
integer
required
uuid
string
required