Platform API 3.0
/- Update project with container SBOM
Create Project in Application
Get Organization Projects
Create Project
Get Project Statistics
Get Project totals grouped by date
Get Project totals
Get Project Labels
Add Project Label
Remove Project Label
Get Project Violating Findings
Update Multiple Violation SLA
Import a container SBOM into a project (Cloud Native)
Get project vulnerabilities traces (Dependencies - SCA)
Update Project with SBOM (Dependencies - SCA)
Update project with conta...
Upload a single container SBOM file to update an existing project. The SBOM scan is dispatched for asynchronous processing. Supported formats: SPDX (JSON/XML), CycloneDX (JSON/XML).
Security
bearer-key
POST
{
"imageName": "string",
"sbomFile": "string"
}Response
{ "supportToken": "1171c60d", "project": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "My Project", "path": "My Application", "applicationName": "My Application", "applicationUuid": "123e4567-e89b-12d3-a456-426655440000" }, "scan": { "scanUuid": "45e0c7f0-2a64-4a1c-bb2b-22e1c4f02126", "createdAt": "2025-10-27T18:50:05Z" }, "link": { "logs": "string" } }