Skip to main content
POST
/
customers
/
me
/
select-account
Select Trading Account
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/customers/me/select-account \
  --header 'Content-Type: application/json' \
  --data '
{
  "account_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
account_id
string
required

Response

Successful Response