Skip to content
Termix
Main Navigation
Home
Docs
Appearance
Menu
Return to top
Verify TOTP during login
POST
/users/totp/verify-login
Verify TOTP during login.
Server: localhost:8081
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"temp_token"
:
"string"
,
"totp_code"
:
"string"
}
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"token"
:
"string"
}
POST
/users/totp/verify-login
Playground
Server
Select a server...
Authorization
bearerAuth
Body
Try it out
Samples
Powered by
VitePress OpenAPI