---
title: "Resend Verification"
method: POST
path: "/v1/auth/resend-verification"
tags: ["auth"]
---

# Resend Verification

`POST /v1/auth/resend-verification`

Mail a fresh verification link, or do nothing: the response never says which.

## Request body

- ResendVerificationRequest
  - `email` string, required — The address to resend a verification link to.

## Response `200`

Successful Response

- ResendVerificationResponse
  - `message` string, required — The same message whether or not the address has anything to verify.

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-21** `91764f0b41d6` — 1 info
  - endpoint added
- **2026-08-21** `2f89238cc674` — 1 breaking
  - api path removed without deprecation
- **2026-08-21** `875cef5dd6a8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/auth/resend-verification/post.md)

---

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