---
title: "Verify email address"
method: POST
path: "/api/auth/verify-email"
tags: ["Auth"]
---

# Verify email address

`POST /api/auth/verify-email`

Verifies a user's email address using a verification token.

## Request body

- VerifyEmailRequest — Represents the request for the "/verify-email" endpoint.
  - `token` string, required — The verification token.

## Response `200`

Email has been successfully verified. Returns the user ID.

- string

## Other responses

- `400` — Invalid or expired verification token.
- `404` — Verification token not found.

## Changes

- **2025-11-21** `50eff5014b78` — 1 info
  - endpoint added
- **2025-03-24** `fbc3fe6ecbf1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/auth/verify-email/post.md)

---

[API](https://skmtc.dev/endatix/apis/endatix-platform-rest-api.md) · [All operations](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/endatix/endatix-platform-rest-api/revisions/01bd299fd100/schema)
