---
title: "Checks if the email is verified"
method: POST
path: "/v1/verify-email"
tags: ["Users"]
---

# Checks if the email is verified

`POST /v1/verify-email`

## Request body

- object
  - `data` object, required
    - `email` string, email, required

## Response `200`

Returns email verification status

- object
  - `data` object, required
    - `emailVerified` boolean, required

## Other responses

- `401` — Unauthorized
- `404` — User not found

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
