Create a summary report with the REST API
Send the following request to create a summary report of results for an application profile:
http --auth-type=veracode_hmac "https://api.veracode.com/appsec/v2/applications/{application_guid}/summary_report"
Send the following request to generate a Summary Report for a development sandbox:
http --auth-type=veracode_hmac "https://api.veracode.com/appsec/v2/applications/{application_guid}/summary_report?context={sandbox_guid}"
Use the Applications API to get the GUID for an application or a context (sandbox).