Admin

General admin API endpoints for Nullify.

Overview

The Admin API exposes tenant-wide inventory so you can keep internal systems aligned with Nullify’s view of repositories, services, and teams. Responses mirror what security leaders see in the console and are optimised for asynchronous sync jobs rather than interactive queries.

Base URL

All endpoints share the base URL https://api.<TENANT>.nullify.ai. Replace <TENANT> with your tenant slug (for example https://api.acme.nullify.ai). Include a service-account token in every request; see Authentication.

Get Repositories

Get Repositories

get

Get a list of repositories in the org

Query parameters
nextTokenstring · nullableOptional
limitinteger · nullableOptional
azureOrganizationIdstringOptional

The Azure organization ID

bitbucketWorkspaceIdstringOptional

The Bitbucket workspace ID

githubOwnerIdinteger · int64Optional

The Github owner ID

gitlabGroupIdinteger · int64Optional

The GitLab group ID

installationIdstringOptional

The Nullify installation ID

azureRepositoryIdstring[]Optional
githubRepositoryIdinteger · int64[]Optional
githubTeamIdinteger · int64Optional
bitbucketRepositoryIdstring[]Optional
Responses
chevron-right
200

OK

application/json
nextTokenstringRequired
numItemsintegerRequired
versionstringRequired
get
/admin/repositories

Get Teams

Returns team definitions harvested from GitHub or Bitbucket. GitHub tenants also include CODEOWNERS membership so you can align ownership data across tools.

Get All Teams

get

Get a list of teams, global across all platforms, with user and repository details populated.

Query parameters
azureOrganizationIdstringOptional

The Azure organization ID

bitbucketWorkspaceIdstringOptional

The Bitbucket workspace ID

githubOwnerIdinteger · int64Optional

The Github owner ID

gitlabGroupIdinteger · int64Optional

The GitLab group ID

installationIdstringOptional

The Nullify installation ID

azureRepositoryIdstring[]Optional
githubRepositoryIdinteger · int64[]Optional
githubTeamIdinteger · int64Optional
bitbucketRepositoryIdstring[]Optional
Responses
chevron-right
200

OK

application/json
get
/admin/teams

Last updated