---
title: "Verify user email"
method: GET
path: "/users/verify-email/{verificationToken}"
tags: ["🔐 Authentication"]
---

# Verify user email

`GET /users/verify-email/{verificationToken}`

The API endpoint is used to verify a user's email by accessing the verification token (**verificationToken**) included in the path variable.

When the user clicks on the email verification link provided to them, this API is invoked to validate their email address.

By including the verification token in the URL path, the endpoint confirms the authenticity of the token and marks the user's email as verified.

## Response `200`

Verify user email

- object
  - `data` object
    - `isEmailVerified` boolean
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
