---
title: "Send verify email"
method: POST
path: "/auth/email/send"
tags: ["Auth"]
---

# Send verify email

`POST /auth/email/send`

Send email including verify code to user

## Request body

- HandlerRequestAuthEmailSend
  - `email` string, required

## Response `200`

OK

- object
  - `msg` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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