---
title: "Complete a password reset"
method: POST
path: "/auth/reset-password"
tags: ["Auth"]
---

# Complete a password reset

`POST /auth/reset-password`

Validate the reset token, set the new password, and revoke all of the user's sessions.

## Query parameters

- `token` string, required — Password reset JWT token

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/versions/b53e89b98c2b/schema)
