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

# Send email verification

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

Sends a verification email to the authenticated user

## Request body

- SendEmailVerificationRequest
  - `callback_url` string, nullable

## Response `200`

OK

- ChangePasswordResponse
  - `message` string, required

## Changes

- **2026-07-08** `d2f9387037c5` — 1 info
  - endpoint added

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

---

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