Addresses::Country
List 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.
get/addresses/countries
Response
OK
Example response
[
{
"iso2": "US",
"iso3": "USA",
"name": "United States",
"localized_name": "United States",
"has_regions": true
}
]