---
title: "Verify an email verification token"
method: GET
path: "/api/verify-email"
tags: ["Email Verification"]
---

# Verify an email verification token

`GET /api/verify-email`

Verifies an email verification token sent to a user or agent's email address.
This endpoint is typically accessed via a link in the verification email.

## Query parameters

- `token` string, required

## Other responses

- `302` — Redirects to frontend user verify email page
- `500` — Internal server error

## Changes

- **2025-06-30** `e0d0a475d4b6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/verify-email/get.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)
