---
title: "Resend Email Verification"
method: POST
path: "/auth/verify/email/resend"
tags: ["auth"]
---

# Resend Email Verification

`POST /auth/verify/email/resend`

Resend email verification to the authenticated user

## Request body

- ResendEmailRequest
  - `token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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