---
title: "Recover Password"
method: POST
path: "/api/v1/user/recover-password"
tags: ["User"]
---

# Recover Password

`POST /api/v1/user/recover-password`

Recover password. Use the token from the email to recover the password

## Request body

- PasswordRecoverySchema
  - `password` string, required
  - `encodedToken` string, required

## Response `200`

Request completed successfully.

- OkResponse
  - `detail` string

## Other responses

- `400` — Recovery link is expired or invalid.
- `422` — Validation error. Please check your input.

---

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