v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Scans

Get Scans Comparison

Compares two scans within an organization and returns a structured diff of findings, including per-finding diff type (ADDED, REMOVED, MODIFIED, UNCHANGED), aggregate stats, and field-level change details for modified findings.

get/api/v3.0/orgs/{orgUuid}/scans/compare

Path parameters

orgUuidstring required

org UUID (from the Mend App: Administration General > Organization UUID).

Query parameters

sourceScanUuidstring required

UUID of the source (baseline) scan

targetScanUuidstring

UUID of the target (comparison) scan; defaults to the project's latest scan when omitted

type'security' | 'legal' | 'library' required

Finding category to compare

Response

OK

supportTokenstring

Example response

{
  "supportToken": "1171c60d"
}