Addresses::Country
Get Country
Retrieve a single country by its ISO 3166-1 alpha-2 code.
get/addresses/countries/{id}
Path parameters
idstring required
The country's ISO 3166-1 alpha-2 code (e.g. "US").
Response
OK
Example response
{
"iso2": "US",
"iso3": "USA",
"name": "United States",
"localized_name": "United States",
"has_regions": true
}