---
title: "Verify if email exists"
method: POST
path: "/v1/user/verify-email"
tags: ["User"]
---

# Verify if email exists

`POST /v1/user/verify-email`

Check if a user account exists for the given email address.

## Request body

- object
  - `email` string, email, required

## Response `200`

Email verification result

- object
  - `success` true, required
  - `data` object, required
    - `exists` boolean, required
    - `email` string, email, required
  - `creditsCost` number — Credits consumed by this operation
  - `requestId` string, uuid, required — Unique request identifier for tracing
  - `timestamp` string, date-time, required — ISO timestamp when the response was generated

## Other responses

- `422` — Validation error
- `500` — Internal server error

---

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