---
title: "Password reset HTML form"
method: GET
path: "/auth/reset-password"
tags: ["Auth"]
---

# Password reset HTML form

`GET /auth/reset-password`

Render the fallback HTML password-reset form for when no frontend is available.

## Query parameters

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

## Response `200`

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)
