---
title: "List Countries"
method: GET
path: "/addresses/countries"
tags: ["Addresses::Country"]
---

# List Countries

`GET /addresses/countries`

List all countries, each with its ISO 3166-1 alpha-2 code (iso2). Use a country's iso2 as the country_code when setting an address, and as the {country_id} path segment when listing its regions.

## Response `200`

OK

- AddressesCountryAttributes[]
  - `iso2` string, required — ISO 3166-1 alpha-2 code (e.g. "US"). Pass this as country_code when setting an address.
  - `iso3` string — ISO 3166-1 alpha-3 code (e.g. "USA").
  - `name` string, required — English country name (e.g. "United States").
  - `localized_name` string — Country name localized to the request's locale.
  - `has_regions` boolean — True if the country has regions/states to choose from.

## Other responses

- `401` — Unauthorized

---

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