---
title: "Reset password from token"
method: POST
path: "/api/v1/auth/reset-password"
tags: ["Authentication"]
---

# Reset password from token

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

## Request body

- ResetPasswordRequest
  - `email` string, required
  - `token` string, required
  - `newPassword` string, required

## Response `200`

Password changed

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — No such resource found

---

[API](https://skmtc.dev/ever-co/apis/ever-traduora-api.md) · [All operations](https://skmtc.dev/ever-co/apis/ever-traduora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/ever-co/apis/ever-traduora-api/revisions/09a0166366f2?raw)
