Retrieving a country
GET {{api-url}}/country/{{tenant}}/countries/AT
Retrieves a country by the specified code.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Accept-Language | string | ||
X-Version | string |
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}}