tfa settings

Name Resource Description
Generate setup code GET api/2.0/settings/tfaapp/setup Generates the setup TFA code for the current user.
Get confirmation email GET api/2.0/settings/tfaapp/confirm Returns the confirmation email URL for authorization via SMS or TFA application.
Get confirmation email for updating TFA settings PUT api/2.0/settings/tfaappwithlink Returns the confirmation email URL for updating TFA settings.
Get the TFA codes GET api/2.0/settings/tfaappcodes Returns the two-factor authentication application codes.
Get the TFA settings GET api/2.0/settings/tfaapp Returns the current two-factor authentication settings.
Unlink the TFA application PUT api/2.0/settings/tfaappnewapp Unlinks the current two-factor authentication application from the user account specified in the request.
Update the TFA codes PUT api/2.0/settings/tfaappnewcodes Requests the new backup codes for the two-factor authentication application.
Update the TFA settings PUT api/2.0/settings/tfaapp Updates the two-factor authentication settings with the parameters specified in the request.
Validate the TFA code POST api/2.0/settings/tfaapp/validate Validates the two-factor authentication code specified in the request.