---
title: "비밀번호 초기화 요청"
method: POST
path: "/bapi/v1/auth/forgot-password"
tags: ["Admin Auth"]
---

# 비밀번호 초기화 요청

`POST /bapi/v1/auth/forgot-password`

이메일로 임시 비밀번호를 발송합니다.

## Request body

- SignInAdminRequest
  - `google_id_token` string

## Response `200`

OK

- WinclResponse
  - `code` string
  - `message` string

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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