Skip to main content

Complete Step-Up

POST 

/api/auth/2fa/step-up

Perform second factor for step-up.

You can learn more about the step-up flow here.

Requirements

  • User authenticated using their password through POST /api/auth/step-up.
  • At least one of email or TOTP as 2FA methods should be enabled.
  • An email or totp 2FA code is present for an enabled 2FA method. Check out email and TOTP to learn how to retrieve a 2FA code.

Tokens

Request

Responses

The token if header authentication is enabled.