Skip to main content
PATCH
Update Account

Authorizations

Authorization
string
header
required

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

Body

application/json
accountId
string
required

The unique identifier of the Account

Example:

"123e4567-e89b-12d3-a456-426614174000"

name
string

The name of the Account

Example:

"Sandbox Account"

Response

success
boolean
required
Example:

true

data
object
required