Skip to main content
GET
/
project
/
{projectId}
/
sbom
Get SBOM report for a project
curl --request GET \
  --url https://us.cybedefend.com/project/{projectId}/sbom \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Response

SBOM report retrieved successfully