Back to changelog
July 11, 2024
There's a new API endpoint to export a CycloneDX SBOM from a SocketSBOM report id or full scan id:
curl --request GET \
--url https://api.socket.dev/v0/orgs/{org_slug}/export/cdx/{id} \
--user '<api_key>_api:' \
--header 'accept: application/json'
Check out the Export CycloneDX SBOM docs for more information on how to use this endpoint.