---
title: "Verify Email"
method: POST
path: "/api/v1/user/verify-email"
tags: ["User"]
---

# Verify Email

`POST /api/v1/user/verify-email`

## Request body

- EncodedTokenRequest
  - `encodedToken` string, required — Encoded token

## Response `200`

Request completed successfully.

- OkResponse
  - `detail` string

## Other responses

- `400` — Verification link is expired or invalid.
- `422` — Validation error. Please check your input.

---

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