---
title: "Gets all active countries"
method: GET
path: "/Reference/Countries"
tags: ["Reference"]
---

# Gets all active countries

`GET /Reference/Countries`

IsDefaultCountryForAddresses will return True for the item that is set as the default country for addresses in the Infinity Administration page

## Query parameters

- `includeInactive` boolean

## Response `200`

- Country[], nullable
  - `IsActive` boolean
  - `Id` integer
  - `Name` string, nullable
  - `Code` string, nullable
  - `IsDefaultCountryForAddresses` boolean

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/vslcloud/apis/infinity-api.md) · [All operations](https://skmtc.dev/vslcloud/apis/infinity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vslcloud/infinity-api/revisions/54661781612a/schema)
