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 Teams

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

Last updated

Was this helpful?