For the complete documentation index, see llms.txt. This page is also available as Markdown.

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