---
title: "Confirm Email"
method: GET
path: "/email/confirm"
tags: ["email"]
---

# Confirm Email

`GET /email/confirm`

Confirm email address via token link.

This is a public endpoint (no auth required) - the token itself is the auth.
Redirects to frontend URL on success or failure.

## Query parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/7ffb16b1c40d/schema)
