Secrets & Data API
Query secrets and PII findings via the Nullify API
Base URL
Events
curl -s \
-H "Accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
'https://api.<TENANT>.nullify.ai/secrets/events?githubOwnerId=1234'List Findings
curl -s \
-H "Accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
'https://api.<TENANT>.nullify.ai/secrets/findings?githubOwnerId=1234&secretType=aws_access_key'Get a Finding
Allowlist a Finding
Finding Events
Last updated