---
title: "Confirm an email address"
method: GET
path: "/auth/confirm-email"
tags: ["Auth"]
---

# Confirm an email address

`GET /auth/confirm-email`

Confirm a user's email address (or pending email change) using a token from the email link.

## Query parameters

- `token` string, required — JWT token from confirmation email

## Headers

- `accept` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid or expired confirmation link.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/versions/b53e89b98c2b/schema)
