Skip to main content

Get a list of application profiles by custom field value with the REST API

Send the following request to return the list of application profiles that have a specific value for a specific custom field:

http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications?custom_field_names={field_name}&custom_field_values={custom_field_value}"

To identify application profiles with any value for a specific custom field, enter the URL-encoded wildcard value %25 for custom_field_values.