---
title: "Resend 2FA verification code."
method: POST
path: "/me/2fa-verification-code"
tags: ["me"]
---

# Resend 2FA verification code.

`POST /me/2fa-verification-code`

Resend 2FA verificaion code.

## Request body

- Resend2FACodeRequest
  - `authToken` string, required — A temporary token issued by the create auth token API. This token is used in the create session API to exchange for access and refresh tokens.

## Response `201`

Successfully sent 2FA verification code.

## Other responses

- `400` — - [group:**request**, code:**0**]: Invalid field in the request body. - [group:**request**, code:**1**]: The request body is required. - [group:**auth**, code:**10**]: Invalid authToken.
- `403` — - [group:**auth**, code:**5**]: The user has no permission to access the resource.
- `500` — - [group:**session**, code:**202**]: Failed to get auth token data. - [group:**session**, code:**204**]: Failed to create OTP code. - [group:**session**, code:**201**]: Failed to save auth token data. - [group:**session**, code:**207**]: Unsupported OTP code delivery method. - [group:**email**, code:**0**]: Failed to send email.

---

[API](https://skmtc.net/gmicloud/apis/cluster-engine-api.md) · [All operations](https://skmtc.net/gmicloud/apis/cluster-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gmicloud/cluster-engine-api/versions/bcbab016469f/schema)
