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
Type
HTTP (bearer)
Request Body
application/json
JSON
"string"
Responses
TOTP successfully enabled
application/json
JSON
{
}
