---
title: "Verify reset code and set new password"
method: POST
path: "/auth/password-reset/verify"
tags: ["Authentication"]
---

# Verify reset code and set new password

`POST /auth/password-reset/verify`

Verifies the reset code and updates the password

## Request body

- VerifyPasswordResetRequest
  - `email` string, required
  - `code` string, required
  - `newPassword` string, required

## Response `200`

Password reset successful

## Other responses

- `400` — Invalid or expired reset code

---

[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)
