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

# Resend verification email

`POST /api/auth/resend-verification`

# Errors
Returns an error if user is already verified, database operations fail, or email service fails.

## Response `200`

Verification email sent successfully

- ResendVerificationResponse — Response for resend verification email request
  - `message` string, required — Resend verification email status message

## Other responses

- `400` — User email already verified
- `401` — Authentication required to resend verification email
- `500` — Email service error or database failure

## Changes

- **2025-09-24** `ad76e6bdf403` — 2 info
  - the endpoint scheme security `bearerAuth AND cookieAuth` was added to the API
  - the endpoint scheme security `cookieAuth` was removed from the API
- **2025-09-08** `bca476b74810` — 1 info
  - endpoint added
- **2025-09-01** `a2488be8a6e4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/patroninc/apis/patron-api/changes/api/auth/resend-verification/post.md)

---

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