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

# Send verification email

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

Sends a verification email to the specified email address if the user exists and is not already verified.

## Request body

- SendVerificationEmailRequest — Represents the request for the "/send-verification-email" endpoint.
  - `email` string, email, required — The email address to send the verification email to.

## Response `200`

Verification email has been sent successfully.

- string

## Other responses

- `400` — Invalid email address.

## Changes

- **2025-11-21** `50eff5014b78` — 1 info
  - endpoint added
- **2025-03-24** `fbc3fe6ecbf1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/auth/send-verification-email/post.md)

---

[API](https://skmtc.dev/endatix/apis/endatix-platform-rest-api.md) · [All operations](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/endatix/endatix-platform-rest-api/revisions/01bd299fd100/schema)
