Retrieving a country

GET {{api-url}}/country/{{tenant}}/countries/AT

Retrieves a country by the specified code.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Accept-Languagestring
X-Versionstring

RESPONSES

status: OK

{"code":"PL","name":{"en":"Poland","pl":"Polska"},"regions":["Europe"],"metadata":{"createdAt":"2022-03-31T13:18:02.379Z","modifiedAt":"2022-03-31T13:18:02.379Z","version":1}}