Skip to main content

Get a list of application profiles by name with the REST API

Send the following request to search by application profile name and return details of all application profiles with the string in name:

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

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