Enable TOTP
POST
/account/totp/enable
Enables two-factor authentication for the user account by verifying a TOTP code from their authenticator app.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"code": 0
}
Responses
TOTP successfully enabled
application/json
JSON
{
}