Skip to main content
POST
/
api
/
v1
/
sca
/
packages
/
blast-radius
Cross-repo blast radius for an exact package version
curl --request POST \
  --url https://zeropath.com/api/v1/sca/packages/blast-radius \
  --header 'Content-Type: application/json' \
  --header 'X-ZeroPath-API-Token-Id: <api-key>' \
  --header 'X-ZeroPath-API-Token-Secret: <api-key>' \
  --data '
{
  "organizationId": "<string>",
  "name": "<string>",
  "version": "<string>",
  "ecosystem": "<string>"
}
'
{
  "repos": [
    {
      "repositoryId": "<string>",
      "repositoryName": "<string>",
      "manifestPaths": [
        "<string>"
      ]
    }
  ]
}

Authorizations

X-ZeroPath-API-Token-Id
string
header
required
X-ZeroPath-API-Token-Secret
string
header
required

Body

application/json
organizationId
string
required
name
string
required

Exact package name

version
string
required

Exact package version

ecosystem
string
required

Package ecosystem (npm, maven, pypi, ...)

Response

Successful response

repos
object[]
required

DISTINCT accessible repos consuming the exact package@version. Honest empty when none — never a fabricated count.