Skip to main content
GET
/
repo
/
{repo_id}
/
sbom
Generate Sbom For Repo
curl --request GET \
  --url https://example.com/api/repo/{repo_id}/sbom \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

repo_id
integer
required

Response

Successful Response