---
title: "POST /auth/login/tfa"
method: POST
path: "/auth/login/tfa"
tags: ["Authentication"]
---

# POST /auth/login/tfa

`POST /auth/login/tfa`

2-step verification login.

## Request body

- LoginMfa
  - `email` string, required
  - `mfa` string, required
  - `localServerId` string — Optional for remote request forwards only

## Response `204`

No content

## Other responses

- `403` — Auth fail
- `422` — Invalid schema
- `501` — Server error

---

[API](https://skmtc.net/casanet/apis/casanet-local-server.md) · [All operations](https://skmtc.net/casanet/apis/casanet-local-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casanet/casanet-local-server/versions/0f9f76cd80d5/schema)
