Platform API 3.0
/- 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 (Containers)
Get project vulnerabilities traces (Dependencies - SCA)
Update Project with SBOM (Dependencies - SCA)
Create Project in Applica...
Creates a new Project within the given Application. If the Project already exists it returns the existing Project.
Security
bearer-key
POST
{ "name": "My Project", "description": "Main scanning project for My Application" }
Response
{ "supportToken": "1171c60d", "response": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "My Project", "path": "My Application", "applicationName": "My Application", "applicationUuid": "123e4567-e89b-12d3-a456-426655440000" } }