---
title: "Change Password"
method: POST
path: "/auth/recover-password/{pwd_reset_token}"
tags: ["Auth"]
---

# Change Password

`POST /auth/recover-password/{pwd_reset_token}`

## Path parameters

- `pwd_reset_token` string, required

## Request body

- ChangePasswordRequest
  - `contraseña` string, required
  - `confirmar_contraseña` string, required

## Response `200`

Successful Response

- ChangePasswordResponse
  - `exito` boolean
  - `mensaje` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/factpro/apis/note-service-api.md) · [All operations](https://skmtc.net/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/d88e14b2de42/schema)
