---
title: "GET /api/v1/auth/password/reset"
method: GET
path: "/api/v1/auth/password/reset"
tags: ["Authentication"]
---

# GET /api/v1/auth/password/reset

`GET /api/v1/auth/password/reset`

Checks a one-use recovery token in the API hostname-selected account scope.

## Query parameters

- `token` string, required

## Response `200`

The token status. Invalid and expired tokens are indistinguishable.

- object
  - `valid` boolean, required

## Other responses

- `400` — The token shape is invalid.

---

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