---
title: "Initiate password reset"
method: POST
path: "/auth/password-reset/initiate"
tags: ["Authentication"]
---

# Initiate password reset

`POST /auth/password-reset/initiate`

Sends a verification code to the user's email

## Request body

- InitiatePasswordResetRequest
  - `email` string, required

## Response `200`

Reset code sent successfully

## Other responses

- `404` — User not found

---

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