Skip to main content

List Applications By Name with the REST API

Use this command to search by application name and return details of all applications with the string in name:

http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications/?name={name}"

This command returns applications with the name string in any form, and it does not return exact matches.