Skip to main content

Promote a development sandbox scan with the REST API

Send the following request to promote the latest scan for the specified sandbox:

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

You can use the Applications API to get the GUID for an application profile or development sandbox.

Send the following request to promote and delete the latest scan for the specified sandbox:

http --auth-type=veracode_hmac POST "https://api.veracode.com/appsec/v1/applications/{applicationGuid}/sandboxes/{sandboxGuid}/promote?delete_on_promote=true"