v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
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"
      ]
    }
  ]
}