• CycloneDX version 1.4 in JSON (set format to cyclonedx1.4+json).
  • CycloneDX version 1.4 in XML (set format to cyclonedx1.4+xml).
  • SPDX version 2.3 in JSON (set format to spdx2.3+json).

By default it will respond with an empty JSON:API response.

Parameters

ParameterDescription
FormatThe desired SBOM format of the response.
Organization IDUnique identifier for an organization.
Project IDUnique identifier for a project.

Example Output

{    "jsonapi": {        "version": "1.0"    },    "data": {        "id": "4f45cb30-cf00-4980-80d4-da65cacbdaee",        "type": "sbom"    }}

Workflow Library Example

Get Sbom with Snyk and Send Results Via Email

Preview this Workflow on desktop