---
title: "Check password reset token (checkResetToken)"
method: GET
path: "/api/noauth/resetPassword"
tags: ["auth-controller"]
---

# Check password reset token (checkResetToken)

`GET /api/noauth/resetPassword`

Checks the password reset token and forwards user to 'Reset Password' page. If token is valid, returns '303 See Other' (redirect) response code with the correct address of 'Reset Password' page and same 'resetToken' specified in the URL parameters. If token is not valid, returns '409 Conflict'. If token is expired, redirects to error page.

## Query parameters

- `resetToken` string, required

## Response `200`

OK

- object

---

[API](https://skmtc.net/thingsboard/apis/thingsboard-rest-api.md) · [All operations](https://skmtc.net/thingsboard/apis/thingsboard-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thingsboard/thingsboard-rest-api/revisions/40169ccdec5c/schema)
