---
title: "Get MFA verifications"
method: GET
path: "/api/my-account/mfa-verifications"
tags: ["My account"]
---

# Get MFA verifications

`GET /api/my-account/mfa-verifications`

Get MFA verifications for the user.

## Response `200`

The MFA verifications were retrieved successfully.

- object[]
  - `id` string, required
  - `createdAt` string, required
  - `lastUsedAt` string
  - `type` 'Totp' | 'WebAuthn' | 'BackupCode' | 'EmailVerificationCode' | 'PhoneVerificationCode', required
  - `agent` string
  - `name` string
  - `remainCodes` number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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