Skip to main content
POST
Create or update an account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
externalId
string
required
Example:

"org_456"

name
string
domain
string
Example:

"acme.com"

industry
string
Example:

"SaaS"

plans
object[]

Reserved structured attribute — the account's commercial plans. Sending this array replaces the account's plans entirely; an empty array clears them; omitting it leaves them unchanged.

plan
string
deprecated

Deprecated — legacy single plan string. Use plans instead.

attributes
object
tags
string[]

Tag labels, resolved server-side. Unknown labels are silently ignored (tags are created from the dashboard).

categories
string[]

Category labels, resolved server-side. Unknown labels are silently ignored.

Response

Accepted and queued for processing

ok
boolean
Example:

true

requestId
string<uuid>