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

# Resend verification email

`POST /auth/resend-verification`

Resend verification email for a pending account.

## Request body

- ResendVerificationRequest — Request to resend verification email.
  - `email` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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