---
title: "Verify Email Route"
method: POST
path: "/v1/auth/verify-email"
tags: ["auth"]
---

# Verify Email Route

`POST /v1/auth/verify-email`

Confirm an address from its verification link, lifting the sign-in gate.

## Request body

- VerifyEmailRequest
  - `token` string, required — The token from the verification link.

## Response `200`

Successful Response

- VerifyEmailResponse
  - `email` string, required — The address that is now verified.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/2d6e4912e230/schema)
