Skip to main content

Get application profile details with the REST API

To return the details of a specific application profile based on the application ID, send the following request:

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

To filter application profiles based on a legacy ID and retrieve the results, send the following request:

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

This call returns information based on the app_id parameter of the XML APIs. The Veracode REST APIs use the application GUID.