Skip to main content
POST
/
accounts
/
{login}
/
restore
Restore Account Trading
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/accounts/{login}/restore \
  --header 'Authorization: Bearer <token>'
{
  "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
string
required

Response

Successful Response