2FA
POST https://yourwebsite.com/api/auth/tfa/verify
Request Body
Name
Type
Description
token*
string
Session Token
code*
string
{
"status": true,
}{
"status": false,
"error": "SESSION_NOT_FOUND",
"message": "Session not found!"
}Last updated