Update Account
Update an existing account. Supports partial updates.
Updatable fields:
- Standard fields (value, size, type, etc.)
- Contact information (primaryEmail, primaryPhone)
- Custom fields (through custom object)
Note: Updates are atomic - either all fields update or none do.
**Note:** The `/clients` path is an alias for `/accounts` and will continue to work until users are individually notified and migrated.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
accountId
Account identifier
Query parameters
allow_new_options
Whether to allow creation of new dropdown options during record creation
Request
This endpoint expects an object.
id
Unique identifier
createdAt
Creation timestamp
updatedAt
Last update timestamp
title
Record title/name
description
Record description
address
Record location/address
isActive
Whether the record is active
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
number
Record number (e.g., 1234)
custom
Custom fields
accountType
Type of account (residential or commercial)
Allowed values:
contacts
Response
Account updated successfully
id
Unique identifier
createdAt
Creation timestamp
updatedAt
Last update timestamp
title
Record title/name
description
Record description
address
Record location/address
isActive
Whether the record is active
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
number
Record number (e.g., 1234)
custom
Custom fields
accountType
Type of account (residential or commercial)
Allowed values:
contacts
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
