---
title: "Verifies the JWT token provided in the email"
method: POST
path: "/v1.0/users/forgot-password/token-verification"
tags: ["Forgot Password"]
---

# Verifies the JWT token provided in the email

`POST /v1.0/users/forgot-password/token-verification`

## Request body

- TokenDTO — The change 2FA token
  - `token` string, required

## Response `200`

OK

- EmailDTO — The user email
  - `email` string

## Other responses

- `400` — Bad Request Error Code | Description EMAIL1001 | The verification link has expired TOKEN1001 | Invalid Token
- `500` — Internal Server Error

---

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