---
title: "List of supported countries for absence regions."
method: GET
path: "/absenceregions/countries"
tags: ["absenceRegions"]
---

# List of supported countries for absence regions.

`GET /absenceregions/countries`

Returns a list of supported countries for absence regions.
            A country is defined by an ISO 3166-1 alpha-2 country code.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Headers

- `Authorization` string, required

## Response `200`

OK

- AbsenceRegionCountry[]
  - `code` string, nullable — The ISO-3166-1 alpha-2 country code.
  - `name` string, nullable — The name of the country.

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
