---
title: "Resend Verification"
method: POST
path: "/auth/account/reverify"
tags: ["Account"]
---

# Resend Verification

`POST /auth/account/reverify`

Resend account creation verification email.

## Request body

- DataResendVerification
  - `email` string, required — Email associated with the account
  - `captcha` string, nullable — Captcha verification code

## Response `204`

Success

## Other responses

- `default` — An error occurred.

---

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