---
title: "Api Mfa Verify Login"
method: POST
path: "/api/auth/mfa/verify"
tags: ["Auth - MFA"]
---

# Api Mfa Verify Login

`POST /api/auth/mfa/verify`

Verify MFA code during login to complete authentication.

## Request body

- MfaVerifyLogin
  - `challenge_id` string, required
  - `method` string, required
  - `code` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-04-05** `396a41f91e6a` — 2 info
  - api tag `Auth - MFA` added
  - api tag `Auth – MFA` removed
- **2026-04-03** `74dc97653bc3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/aabiro/apis/xcelsior/changes/api/auth/mfa/verify/post.md)

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aabiro/xcelsior/revisions/95960849edcd/schema)
