---
title: "List Supported Countries"
method: GET
path: "/countries"
tags: ["Supported Countries"]
---

# List Supported Countries

`GET /countries`

Retrieves a list of allowed countries for which users can be onboard from.

## Query parameters

- `status` 'ACTIVE' | 'INACTIVE', required

## Response `200`

Retrieving a list of Supported Countries was Successful.

- ListOfAllowedCountry[] — A list of allowed countries.
  - `id` string — The abbreviated identifier of a country.
  - `name` string — The full name of the country
  - `code2` string — An alternative abbreviated identifier of a country.
  - `code3` string — An alternative abbreviated identifier of a country.
  - `active` boolean — True, if a user can be onboarded from this country.
  - `expatsAllowed` boolean — True, if a user who resides outside of their country can be onboarded from the listed country.
  - `foreignTINNotRequired` boolean — True, if a user's tax identifier is NOT required during onboarding.
  - `fpslProhibited` boolean
  - `supportDomicile` boolean
  - `taxTreatyCountry` boolean — True, if the country has a tax treaty with the United States.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
