Skip to main content
POST
/
users
/
login
User Login
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/users/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>",
  "totp_code": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
email
string<email>
required
password
string
required
Maximum string length: 72
totp_code
string | null

Response

Successful Response