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

# Verify Email

`POST /api/v1/user/send-email-verification`

Verify email. Use the token from the email to verify the email

## Response `200`

Request completed successfully.

- OkResponse
  - `detail` string

## Other responses

- `400` — The request is 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)
