---
title: "Resend Email Verification"
method: POST
path: "/me/email/resend-verification"
tags: ["me"]
---

# Resend Email Verification

`POST /me/email/resend-verification`

Resend verification email for the user's primary email.

Use this when the original verification link has expired (24h) or was lost.
Returns 400 if no email is set or if email is already verified.

## Response `200`

Successful Response

- ResendVerificationResponse — Response after resending verification email.
  - `email` string, required
  - `message` string, required

---

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