Skip to main content
PATCH
Update an Account
Update one account by its Apollo id. Send only the fields you intend to change; anything you omit keeps its current value. Stage fields expect an id from get_apollo_account_stages. Writes land in the AIsa workspace, which every caller shares: the record becomes visible and editable by others, and there is no per-caller isolation.

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

Account ID

Body

application/json
name
string

Account name

domain
string

Account domain

owner_id
string

Owner ID

account_stage_id
string

Account stage ID

raw_address
string

Raw address

phone
string

Phone number

typed_custom_fields
object

Typed custom fields object

Response

Successful response

account
object

Updated account