Skip to content

Enable TOTP authentication

POST
/users/totp/enable

Enable TOTP authentication. Server: localhost:8081

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"totp_code": "string"
}

Responses

OK

application/json
JSON
{
"message": "string",
"backup_codes": [
"string"
]
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0