---
title: "Resend email verification"
method: POST
path: "/api/auth/resend-verification-email"
tags: ["auth"]
---

# Resend email verification

`POST /api/auth/resend-verification-email`

Send a new verification link when the previous one has expired. The response never discloses whether the account exists.

## Request body

- ResendVerificationEmailRequest — Request a new email-verification link.
  - `email` string, required — User email address

## Response `200`

Successful Response

- ResendVerificationEmailResponse — Generic response that does not disclose whether an account exists.
  - `title` string — Response title
  - `message` string — Generic verification-email response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
