Get a list of application profiles by scan type with the REST API
Send the following request to return the list of application profiles that have results from a specific scan type:
http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications?scan_type={scan_type}"
The valid scan_type
values are STATIC
, DYNAMIC
and, for Manual Penetration Testing (MPT), MANUAL
.