Retrieve countries available for scanning using the Scan API
Security
apikeyAuth(Required scopes: readwrite)
GET
curl -i -X GET \
https://urlscan.io/api/v1/availableCountries \
-H 'api-key: YOUR_API_KEY_HERE'Response
{ "countries": [ "de", "us", "jp", "fr", "gb", "nl", "ca", "it", "es", "se", "fi", "dk", "no", "is", "au", "nz", "pl", "sg", "ge", "pt", "at", "ch" ] }