---
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

---

[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)
