Sboms
List components of firmware version
Authorization
API key SBOMs: readAuthorizationBearer <token>
API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.
In: header
Scope: SBOMs: read
Path Parameters
workspaceId*string
Format
uuidfirmwareVersionId*string
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/workspaces/00000000-0000-0000-0000-000000000001/firmware-versions/r2Kt75mXc8Vd/sbom-components"Components found in the SBOMs of the firmware version.
{ "components": [ { "vendor": "ARM", "packageName": "mbedtls", "version": "3.5.2", "purl": "pkg:generic/mbedtls@3.5.2", "cpe": "cpe:2.3:a:arm:mbed_tls:3.5.2:*:*:*:*:*:*:*", "pathsToRoot": [ [ "thermostat-application", "mbedtls" ] ] } ]}