---
title: "Trigger Password Reset"
method: POST
path: "/v1/auth/password-reset/trigger"
tags: ["Auth"]
---

# Trigger Password Reset

`POST /v1/auth/password-reset/trigger`

Generates a password reset code and sends it via email to the user.

## Request body

- TriggerPasswordResetRequest
  - `email` string, email, required

## Response `200`

Password reset email sent successfully

- object
  - `message` string, required

## Other responses

- `400` — Missing email
- `404` — User not found
- `500` — Internal Server Error

---

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