Countries
List Supported Countries
List the supported countries.
get/v2/supportedCountries
Response
List of Supported Countries
Example response
{
"countries": [
{
"regions": [
{
"name": "California",
"abbreviation": "CA"
},
{
"name": "California",
"abbreviation": "CA"
}
],
"isoCountryCode": "US",
"currencies": [
"USD",
"USD"
]
},
{
"regions": [
{
"name": "California",
"abbreviation": "CA"
},
{
"name": "California",
"abbreviation": "CA"
}
],
"isoCountryCode": "US",
"currencies": [
"USD",
"USD"
]
}
]
}