Skip to main content
GET
/
api
/
v4
/
products
/
{productId}
/
images
/
{imageId}
/
sbomReport:SPDX
SPDX SBOM Report for an Image
curl --request GET \
  --url https://api.example.com/api/v4/products/{productId}/images/{imageId}/sbomReport:SPDX \
  --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

productId
string<ulid>
required

Product ID

Required string length: 26
Example:

"01ARZ3NDEKTSV4RRFFQ69G5FAV"

imageId
string<ulid>
required

Image ID

Required string length: 26
Example:

"01ARZ3NDEKTSV4RRFFQ69G5FAV"

Response

success

{key}
any