---
title: "Initiate email verification for the authenticated user"
method: POST
path: "/api/user/verify-email"
tags: ["User"]
---

# Initiate email verification for the authenticated user

`POST /api/user/verify-email`

Creates a new email verification token and sends a verification email to the user's email address

## Response `200`

Email verification initiated successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — User does not have an email address
- `401` — User not authenticated
- `404` — User not found
- `500` — Internal server error

## Changes

- **2025-07-17** `a1e6642ac2c1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/user/verify-email/post.md)

---

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