---
title: "POST /auth/send-email-confirmation"
method: POST
path: "/auth/send-email-confirmation"
tags: ["users-permissions"]
---

# POST /auth/send-email-confirmation

`POST /auth/send-email-confirmation`

## Request body

- object
  - `email` string, email, required

## Response `200`

OK

- object
  - `email` string, required
  - `sent` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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