Keep the token in the environment, never in client code.
export AUTHNULL_TOKEN="..."Authnull reads X-Authorization, not the standard Authorization header.
X-Authorization: $AUTHNULL_TOKENEvery call carries the organization and tenant it acts within.
{ "orgId": 105, "tenantId": 1 }Pick the mode your integration targets. Each row links into the full reference.
Authenticate requests, scope them to your org and tenant, and learn the conventions every endpoint follows.
AuthenticationTenant scopePaginationOnboard domains, manage users and groups, enforce authentication policies, and read sign-in and lockout logs.
/ad/GetAllDomains/api/v1/policyService/ListPolicy/users/onboardUserDiscover databases and their schemas, manage database users, and broker connections through Authnull agents.
/api/v1/databaseService/listDatabase/connections/createConnectionsOnboard Radius devices behind Microsoft NPS, Cisco ISE or Aruba ClearPass, and manage the device inventory.
/network_device/ListDevices/network_device/DeleteDeviceRequest and response formats, HTTP status codes, and troubleshooting for common integration failures.
Request formatStatus codesTroubleshooting