---
title: "Re-sends the email verification message."
method: POST
path: "/api/v1/core/me/email/send-verification"
tags: ["Core/Me"]
---

# Re-sends the email verification message.

`POST /api/v1/core/me/email/send-verification`

Targets the caller's primary address. Idempotent — silently no-ops when
the address is already verified, so the UI can wire it to a "Resend"
button without checking state first.

## Response `204`

Verification email dispatched (or already verified — same response)

## Other responses

- `401` — Not authenticated

---

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