---
title: "Check Email Exists"
method: POST
path: "/api/auth/check-email"
tags: ["Auth"]
---

# Check Email Exists

`POST /api/auth/check-email`

Check if an email already has a completed account.

Returns {"exists": true} only if the email is registered AND has a
user_profiles row (completed signup). Users mid-OTP-verification
won't be blocked, so "Resend OTP" still works.

## Request body

- EmailCheckRequest
  - `email` string, email, required

## Response `200`

Successful Response

- EmailCheckResponse
  - `exists` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.net/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/revisions/93ee959dfa51/schema)
