Skip to content

MFA Status

MFA Status

  • Route: GET /mfa/status
  • Description: Checks the current status of MFA for the user.
  • Method: GET
  • Successful Response:
    • Status Code: 200 OK
    • Content:
      {
          "mfa_enabled": true
      }
      
  • Bad Response:
    • Status Code: 401 Unauthorized
    • Content:
      {
          "detail": "Authentication credentials were not provided"
      }