Skip to main content
GET
/
accounts
/
{login}
Get Account By Login
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/accounts/{login}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

login
string
required

Response

Successful Response