Skip to main content
PUT
Upsert account control

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string<uuid>
required

Trading account id

Body

application/json

Manual disable flag and optional operator-facing reason

manually_disabled
boolean
required
manual_reason
string | null

Response

Account control upserted

account_id
string<uuid>
required
created_at
string<date-time>
required
manually_disabled
boolean
required
organization_id
string<uuid>
required
updated_at
string<date-time>
required
version
integer<int64>
required
manual_reason
string | null