---
title: "Request a password reset link"
method: POST
path: "/auth/password-reset"
tags: ["auth"]
---

# Request a password reset link

`POST /auth/password-reset`

## Request body

- object
  - `email` string, required

## Response `200`

Password reset link sent successfully

- object
  - `status` string
  - `message` string
  - `statusCode` integer

## Other responses

- `400` — Invalid input
- `422` — Validation error
- `500` — Server error

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
