Skip to main content
PATCH
Update account

Authorizations

api_access_token
string
header
required

API access token authentication

Path Parameters

id
string<uuid>
required

Account ID

Body

application/json
name
string

Account name

locale
string

Account locale

Example:

"en"

timezone
string

Account timezone

Example:

"UTC"

domain
string

Custom domain

support_email
string<email>

Support email address

custom_attributes
object

Custom account attributes

Response

Account updated successfully

success
boolean
Example:

true

data
object
meta
object
message
string
Example:

"Account updated successfully"