---
title: "Create customer"
method: POST
path: "/customers"
tags: ["Customers Controller"]
---

# Create customer

`POST /customers`

Create a new customer

## Request body

- CreateCustomerDto
  - `customerEmail` string, required — Customer email address

## Response `201`

Customer created successfully

- CustomerResponseDto
  - `id` number, required — Customer ID
  - `customerEmail` string, required — Customer email address
  - `emailValid` boolean, required — Whether the email is valid
  - `emailValidationStatus` string, required — Email validation status (UNKNOWN, VALID, INVALID)

---

[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)
