Skip to main content
POST
Upsert Account

Authorizations

Authorization
string
header
required

Bearer API key issued from Settings → Developers.

Body

application/json

Upsert Account payload

domain
string
required

Primary company domain. The account is matched inside your organization on this domain.

Minimum string length: 1
name
string | null

Company name. Only used when the account is created.

Response

201 - application/json

Successful Response

id
string<uuid>
required

Unique identifier of the account.

first_seen_at
string<date-time>
required

When this account was first associated with the organization.

last_seen_at
string<date-time>
required

When this account was last touched in the organization.

name
string | null

Company name.

domain
string | null

Primary company domain.

owner_user_id
string<uuid> | null

User who owns this account, if any.

owner
PublicUserSummary · object | null

Summary of the user who owns this account.