---
title: "Get customer by ID"
method: GET
path: "/customers/{id}"
tags: ["Customers Controller"]
---

# Get customer by ID

`GET /customers/{id}`

Get customer by ID

## Path parameters

- `id` number, required

## Response `200`

Customer retrieved 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)
