---
title: "忘记密码"
method: POST
path: "/auth/forgot-password"
tags: ["认证管理"]
---

# 忘记密码

`POST /auth/forgot-password`

发送密码重置邮件

## Request body

- AuthForgotPasswordRequest
  - `captcha` string
  - `captchaId` string
  - `email` string, required
  - `userType` string

## Response `200`

重置邮件发送成功

- CommonResponse
  - `code` integer
  - `data` unknown
  - `message` string
  - `msg` string

## Other responses

- `400` — 请求参数错误
- `500` — 服务器内部错误

---

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