Skip to main content
PUT
Upsert an Account

Body

application/json

Request body for upserting an account.

Custom fields can be passed as additional keys prefixed with custom_field_.

domain
string
required

Company domain for matching or creating the account

Example:

"acme.com"

linkedin_url
string | null

LinkedIn company page URL for matching or creating the account

Example:

"https://linkedin.com/company/acme"

name
string | null

Display name for the account

Example:

"Acme Corp"

status
string | null

Account status

Example:

"NEW"

notes
string | null

Notes about the account

Example:

"Key enterprise prospect"

owner
string<uuid> | null

User ID to assign as account owner

tags
string<uuid>[] | null

List of tag IDs to associate with the account

Response

Successful Response

data
AccountResponse · object
required

Account resource. Custom fields appear as additional keys prefixed with custom_field_.

meta
ResponseMeta · object