---
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.

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-07-26** `7a23c8b93766` — 7 breaking
  - added `subschema #65, subschema #66, subschema #67, subschema #81, subschema #82, subschema #83, subschema #84, subschema #85, subschema #86, subschema #87, subschema #88, subschema #89, subschema #90, subschema #91, subschema #92, subschema #93, subschema #94, subschema #95` to the response body `oneOf` list for the response status `default`
  - the response property `email_mfa` became optional for the status `200`
  - the response property `email_otp` became optional for the status `200`
  - the response property `recovery_active` became optional for the status `200`
  - …3 more

[Change history](https://skmtc.dev/revolt/apis/revolt-api/changes/auth/mfa/get.md)

---

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