---
title: "Resend the account email-verification link"
method: POST
path: "/api/v1/resend-verification"
tags: ["User"]
---

# Resend the account email-verification link

`POST /api/v1/resend-verification`

Rate-limited before database and mail work. A new purpose-bound token is stored only as a hash.

## Headers

- `X-CSRF-Token` string, required

## Response `200`

Verification email accepted by transport

- VerificationDispatchResponse
  - `ok` boolean, required
  - `sent` boolean, required

## Other responses

- `401` — Authentication required (no active session)
- `403` — Invalid CSRF token
- `429` — Rate limit exceeded
- `502` — Mail transport unavailable

---

[API](https://skmtc.net/openmercantil/apis/openmercantil-public-api.md) · [All operations](https://skmtc.net/openmercantil/apis/openmercantil-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmercantil/openmercantil-public-api/versions/996f96a11758/schema)
