curl --request GET \
--url https://api.bunny.net/country \
--header 'AccessKey: <api-key>'[
{
"IsEU": true,
"TaxRate": 123,
"Name": "<string>",
"IsoCode": "<string>",
"TaxPrefix": "<string>",
"FlagUrl": "<string>",
"PopList": [
"<string>"
]
}
]The list of countries and tax rates
curl --request GET \
--url https://api.bunny.net/country \
--header 'AccessKey: <api-key>'[
{
"IsEU": true,
"TaxRate": 123,
"Name": "<string>",
"IsoCode": "<string>",
"TaxPrefix": "<string>",
"FlagUrl": "<string>",
"PopList": [
"<string>"
]
}
]Was this page helpful?