Skip to main content
POST
/
customers
/
me
/
2fa
/
setup
Customer 2Fa Setup
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/customers/me/2fa/setup
{
  "secret": "<string>",
  "qr_uri": "<string>",
  "message": "Scan the QR code with your authenticator app, then verify"
}

Response

200 - application/json

Successful Response

secret
string
required
qr_uri
string
required
message
string
default:Scan the QR code with your authenticator app, then verify