Cloud Audits API
Query cloud audit inventories and posture findings via the Nullify API
Last updated
curl -s \
-H "Accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
'https://api.<TENANT>.nullify.ai/classifier/applications?githubOwnerId=1234'curl -s \
-H "Accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
'https://api.<TENANT>.nullify.ai/classifier/repositories/01J6EEXK3NKYKWW9XTPQYAF41N?githubOwnerId=1234'curl -s -X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
'https://api.<TENANT>.nullify.ai/classifier/applications/rebuild?githubOwnerId=1234'curl -s \
-H "Accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
'https://api.<TENANT>.nullify.ai/classifier/organization?githubOwnerId=1234'