Skip to main content

Get a list of application profiles that have a tag with the REST API

Send the following request to return the list of application profiles 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.