The admin API endpoints provide a RESTful interface for querying data about repositories, teams, and more.
curl -L \
-H "Accept: application/json" \
-H "Authorization: Bearer <YOUR-TOKEN>" \
https://api.nullify.ai/admin/repositories?githubOwnerId=1234
This endpoint only works for GitHub organisations currently.
curl -L \
-H "Accept: application/json" \
-H "Authorization: Bearer <YOUR-TOKEN>" \
https://api.nullify.ai/admin/teams?githubOwnerId=1234