Skip to main content
POST
Create or update a company.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Company data

Request body for creating or updating a company

name
string
required

Company name

apps
object[]

Company-configured custom apps shown in the side menu. Each entry: {id, name, icon, enabled, openInNewTab?, url?, appId?}. url embeds an external site (iframe, or new tab when openInNewTab); appId references a Public builder app shared into the company.

description
string

Company description

id
string

Company ID (omit for new company)

industry
string

Industry type

location
string

Company location

logoUrl
string

Company logo URL. Use the Images API to generate a logo and get a URL.

size
string

Company size

website
string

Company website URL

Response

Company saved successfully

Success response

msg
string

Success message