{ "opencollection": "1.0.0", "info": { "name": "Checkmarx One Applications Reports API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Checkmarx Register a new scan report", "type": "http" }, "http": { "method": "POST", "url": "https://ast.checkmarx.net/api/reports/sastScan", "body": { "type": "json", "data": "{}" } }, "docs": "Request generation of a scan report in the specified format (PDF, XML, CSV, RTF)." }, { "info": { "name": "Checkmarx Get report by ID", "type": "http" }, "http": { "method": "GET", "url": "https://ast.checkmarx.net/api/reports/sastScan/:reportId", "params": [ { "name": "reportId", "value": "", "type": "path", "description": "Report unique identifier" } ] }, "docs": "Download a generated scan report by its ID." }, { "info": { "name": "Checkmarx Get report generation status", "type": "http" }, "http": { "method": "GET", "url": "https://ast.checkmarx.net/api/reports/sastScan/:reportId/status", "params": [ { "name": "reportId", "value": "", "type": "path", "description": "Report unique identifier" } ] }, "docs": "Check the status of a report generation request." } ] } ], "bundled": true }