---
title: "Reset Password"
method: POST
path: "/auth/reset-password"
tags: ["Auth"]
---

# Reset Password

`POST /auth/reset-password`

Set a new password using a valid reset token (obtained from the password reset email).

## Request body

- object
  - `token` string, required
  - `password` string, required

## Response `200`

Password reset successful

## Other responses

- `400` — Invalid or expired token

---

[API](https://skmtc.dev/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.dev/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/revisions/b12ff2791613/schema)
