Use this command to return the list of applications that have a tag:
http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications?tag=%25"
%25
is the URL-encoded wildcard value.
Use this command to return the list of applications that have a tag:
http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications?tag=%25"
%25
is the URL-encoded wildcard value.