Skip to main content
POST
/
accounts
/
{login}
/
reopen
Reopen Account
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/accounts/{login}/reopen \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>",
  "force": false
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

login
integer
required

Body

application/json
reason
string
required
Required string length: 1 - 1000
force
boolean
default:false

Response

Successful Response