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

# Reset Password

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

Resets a user's password using a valid reset code and a new password, deriving the user from the code in the database.

## Request body

- ResetPasswordRequest
  - `code` string, required
  - `new_password` string, required

## Response `200`

Password reset successfully

- object
  - `message` string, required
  - `email` string, email, required

## Other responses

- `400` — Invalid input or invalid/expired code
- `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)
