---
title: "Verify Email"
method: POST
path: "/api/user/verify-email"
tags: ["user"]
---

# Verify Email

`POST /api/user/verify-email`

Send verification email with 3-word code to user.
Calls central server to send the email.

Note: Fails silently if email already exists to prevent email enumeration attacks.
Also returns success even on rate limit/errors to avoid information disclosure.

## Request body

- VerifyEmailRequest
  - `email` string, email, required

## Response `200`

Successful Response

- VerifyEmailResponse
  - `detail` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-10-10** `ba5ad76fe6cd` — 1 info
  - endpoint added

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

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
