# Retrieve a country by ID Fetch detailed information about a specific country within the Property Management System (PMS) by providing its unique ID. The response includes essential country details such as the country's name, ISO codes, and any associated metadata. This endpoint is commonly used for retrieving country-specific settings related to localisation, tax regulations, and currency configurations. If the specified country ID does not exist, a error will be returned. In case of an unexpected system error, a will be triggered. Endpoint: GET /api/v3/countries/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) Unique identifier of the country ## Response 200 fields (application/json): - `id` (integer) Unique identifier of the country - `name` (string, required) Name of the country - `sortOrder` (integer, required) Sort order of the country - `countryCodeAlpha2` (string, required) Alpha-2 country code - `countryCodeAlpha3` (string, required) Alpha-3 country code - `countryCodeNumeric` (string, required) Numeric country code