---
title: "GET /v1/users/me/mfa/status — fetch MFA enrollment state."
method: GET
path: "/v1/users/me/mfa/status"
tags: ["users"]
---

# GET /v1/users/me/mfa/status — fetch MFA enrollment state.

`GET /v1/users/me/mfa/status`

## Response `200`

MFA status

- MfaStatusResponse — MFA enrollment status for the current user.
  - `mfa_enabled` boolean, required
  - `recovery_codes_remaining` integer, required

## Other responses

- `401` — Unauthorized

---

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