---
title: "Verify email with token and redirect"
method: GET
path: "/v1/user/verify-email-token"
tags: ["User"]
---

# Verify email with token and redirect

`GET /v1/user/verify-email-token`

Custom email verification handler that processes the token and redirects to frontend dashboard with new_user parameter.

## Query parameters

- `token` string

## Other responses

- `302` — Redirect to dashboard or sign-in
- `400` — Missing or invalid token
- `500` — Internal server error

---

[API](https://skmtc.net/weblinq/apis/weblinq-api.md) · [All operations](https://skmtc.net/weblinq/apis/weblinq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weblinq/weblinq-api/revisions/364690cf91b7/schema)
