> ## Documentation Index
> Fetch the complete documentation index at: https://orchestrator-docs.hexoforge.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Verify email

> Confirm email with OTP after registration.

Verifies email using the OTP sent during registration. Requires `X-API-Key`.

## Request body

<ParamField body="email" type="string" required>
  Valid email.
</ParamField>

<ParamField body="otp" type="string" required>
  Six-digit OTP.
</ParamField>

## Response

**204 No Content** — empty body.

## Status codes

| Code | Meaning                |
| ---- | ---------------------- |
| 204  | Email verified         |
| 400  | Invalid or expired OTP |
| 429  | Rate limited           |
