---
title: "Verify the password reset token and set a new password"
method: POST
path: "/auth/password-reset/verify"
tags: ["auth"]
---

# Verify the password reset token and set a new password

`POST /auth/password-reset/verify`

## Request body

- object
  - `token` string, required
  - `new_password` string, required

## Response `200`

Password reset successfully

- object
  - `status` string
  - `message` string
  - `statusCode` integer

## Other responses

- `400` — Invalid input
- `422` — Validation error
- `500` — Server error

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
