Admin
General admin API endpoints for Nullify.
Overview
Base URL
Get Repositories
curl -L \
-H "Accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
https://api.<TENANT>.nullify.ai/admin/repositories?githubOwnerId=1234Get Teams
curl -L \
-H "Accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
https://api.<TENANT>.nullify.ai/admin/teams?githubOwnerId=1234Last updated