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