---
title: "Verify Email"
method: GET
path: "/auth/verify-email"
tags: ["Auth"]
---

# Verify Email

`GET /auth/verify-email`

Verify email address using the token sent by registration email. Redirects to the dashboard on success.

## Query parameters

- `token` string, required

## Other responses

- `302` — Redirect to dashboard with `?verified=true` or `?verified=false`
- `400` — Missing token

---

[API](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/versions/b12ff2791613/schema)
