Skip to main content
PATCH
Update Account
Updates the name or other details of an existing account.

Authorizations

PUBLIC-API-KEY
string
header
default:<Your PUBLIC-API-KEY>
required
PRIVATE-SECRET-KEY
string
header
default:<Your PRIVATE-SECRET-KEY>
required

Path Parameters

account_id
string<uuid>
required

Account UUID.

Body

application/json
name
string

Account name (min=1, max=255).

Response

200 - application/json

OK

id
string<uuid>
name
string
account_group_id
string<uuid>
created_at
string<date-time>
updated_at
string<date-time>