---
title: "POST /v1/auth/reset-password — set a new password using a reset token."
method: POST
path: "/v1/auth/reset-password"
tags: ["auth"]
---

# POST /v1/auth/reset-password — set a new password using a reset token.

`POST /v1/auth/reset-password`

## Request body

- ResetPasswordRequest — POST /v1/auth/reset-password
  - `new_password` string, required
  - `token` string, required

## Response `200`

Password reset

- MessageResponse — Simple message response for operations without a body.
  - `message` string, required

## Other responses

- `400` — Invalid token or weak password

---

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