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 }
- Status Code:
- Bad Response:
- Status Code:
401 Unauthorized
- Content:
{ "detail": "Authentication credentials were not provided" }
- Status Code: