OTP
MFA sign in
Complete multi-factor authorization to sign in, with a TOTP and an MFA attempt code
post/auth/mfa/sign-in
Request body
Example request
{
"code": "u3h6gn4w24pqc8ya679inrhjwh1rybth6a7thurqhnpf2"
}Response
Successful response
Example response
{
"refresh_token": "i8ns3aq2...14y",
"access_token": "eyJhmMiJB2TO...diI4QT",
"is_new_user": true,
"user_id": "3241a285-8329-4d69-8f3d-316e08cf140c"
}