---
title: "Confirmar Reset Password"
method: POST
path: "/api/auth/password/reset-confirm"
tags: ["auth", "auth"]
---

# Confirmar Reset Password

`POST /api/auth/password/reset-confirm`

Confirma el reset de contraseña con token

## Request body

- PasswordResetConfirm
  - `token` string, required
  - `new_password` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
