Skip to main content
GET
/
countries
List countriess
curl --request GET \
  --url https://api.quivo.co/countries
[
  {
    "iso2": "<string>",
    "iso3": "<string>",
    "name": "<string>"
  }
]

Response

Returns an array of supported countries with country codes and names.

iso2
string

The iso value

iso3
string

The iso value

name
string

The name of the item