---
title: "MFA Status"
method: GET
path: "/auth/mfa/"
tags: ["MFA"]
---

# MFA Status

`GET /auth/mfa/`

Fetch MFA status of an account.

## Response `200`

- MultiFactorStatus
  - `email_otp` boolean
  - `trusted_handover` boolean
  - `email_mfa` boolean
  - `totp_mfa` boolean
  - `security_key_mfa` boolean
  - `recovery_active` boolean

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/revolt/apis/revolt-api.md) · [All operations](https://skmtc.net/revolt/apis/revolt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revolt/revolt-api/revisions/fee80de86d4d/schema)
