Addresses::Region
List Country Regions
List the regions (states/provinces) of a country. Use a region's code or name as the address region value. Many countries have no regions.
get/addresses/countries/{country_id}/regions
Path parameters
country_idstring required
The country's ISO 3166-1 alpha-2 code (e.g. "US").
Response
OK
Example response
[
{
"code": "CA",
"name": "California",
"localized_name": "California",
"country_code": "US"
}
]