---
title: "Validate a password recovery token"
method: POST
path: "/auth/recovery/validate"
tags: ["auth"]
---

# Validate a password recovery token

`POST /auth/recovery/validate`

## Request body

- object
  - `recoveryToken` string, required

## Response `200`

OK

- object
  - `success` true, required
  - `msg` string, required

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/bluewave-labs/apis/checkmate-api.md) · [All operations](https://skmtc.net/bluewave-labs/apis/checkmate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluewave-labs/checkmate-api/versions/eae6c896648e/schema)
