---
title: "Verify email"
method: GET
path: "/email-verification/verify"
tags: ["email-verification"]
---

# Verify email

`GET /email-verification/verify`

Verify email address using the token from the verification link. This endpoint is typically accessed by clicking the link in the verification email. Returns an HTML success page.

## Query parameters

- `token` string, required

## Response `200`

Email verified successfully - returns HTML page

## Other responses

- `400` — Invalid or expired token - returns HTML error page
- `404` — Verification token not found - returns HTML error page

---

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