Skip to main content
PATCH
Update account

Authorizations

api_access_token
string
header
required

Token de usuario. Envía el valor en el header api_access_token. Lo obtienes en el perfil (GET /api/v1/profile) o al regenerarlo.

Path Parameters

account_id
integer
required

The numeric ID of the account

Body

name
string

Name of the account

Example:

"My Account"

locale
string

The locale of the account

Example:

"en"

domain
string

The domain of the account

Example:

"example.com"

support_email
string

The support email of the account

Example:

"support@example.com"

auto_resolve_after
integer | null

Auto resolve conversations after specified minutes

Required range: 10 <= x <= 1439856
Example:

1440

auto_resolve_message
string | null

Message to send when auto resolving

Example:

"This conversation has been automatically resolved due to inactivity"

auto_resolve_ignore_waiting
boolean | null

Whether to ignore waiting conversations for auto resolve

Example:

false

industry
string

Industry type

Example:

"Technology"

company_size
string

Company size

Example:

"50-100"

timezone
string

Account timezone

Example:

"UTC"

Response

Success

id
number

Account ID

name
string

Name of the account

locale
string

The locale of the account

domain
string

The domain of the account

support_email
string

The support email of the account

status
string

The status of the account

created_at
string<date-time>

The creation date of the account

cache_keys
object

Cache keys for the account

features
object

Enabled features for the account (object map in API responses)

settings
object

Account settings

custom_attributes
object

Custom attributes of the account