---
title: "Check if customer exists with email"
method: POST
path: "/customers/check-email"
tags: ["Customers Controller"]
---

# Check if customer exists with email

`POST /customers/check-email`

Check if a customer with the given email address exists

## Request body

- CheckEmailDto
  - `customerEmail` string, required — Email address to check

## Response `200`

Email check completed successfully

- CheckEmailResponseDto
  - `exists` boolean, required — Whether the email exists
  - `customerEmail` string, required — Email address that was checked

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
