---
title: "Get country by ID"
method: GET
path: "/countries/{id}"
tags: ["Country Controller"]
---

# Get country by ID

`GET /countries/{id}`

Retrieve a specific country by its ID

## Path parameters

- `id` number, required

## Response `200`

Country retrieved successfully

- CountryResponseDto
  - `id` number, required — Country ID
  - `countryName` string, required — Country name
  - `currencyCode` string, required — ISO 4217 currency code
  - `currencySymbol` string, required — Currency symbol
  - `mailFrom` string, required — Email address used as sender for emails
  - `supportMail` string, required — Support email address for customer inquiries
  - `isActive` boolean, required — Active status of the country
  - `isDeleted` boolean, required — Deleted status of the country
  - `emailSignature` string, nullable, required — Email signature for the country
  - `displayName` string, nullable, required — Display name for the country

---

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