Platform API 3.0
/- Get Application Labels
Import a container SBOM and create a new project (Containers)
Get Organization Applications
Create Application
Get Application Statistics
Get Application totals
Add Application Label
Remove Application Label
Get Application Scans
Update Multiple Violation SLA
Import SBOM and create a new project (Dependencies - SCA)
Get Application Labels
Get application labels. A label can be a string or namespace:value pair that provide additional metadata to assist with project management.
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "response": [ { … } ] }