Skip to main content
POST
/
auth
/
2fa
/
customer
/
verify
Customer 2Fa Login Verify
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/auth/2fa/customer/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "tfa_token": "<string>",
  "code": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
tfa_token
string
required
code
string
required
Required string length: 6 - 8

Response

Successful Response