Skip to main content
API Referencev1 · stableAll APIs operational

Passwordless access, three modes, one API.

Authnull secures Active Directory, databases and Radius network devices through a single JSON interface. Every screen in the console maps to an endpoint documented here.

Base URL
api.authnull.com
Auth header
X-Authorization
Format
application/json

Three calls to your first response

  1. 1Set your token

    Keep the token in the environment, never in client code.

    export AUTHNULL_TOKEN="..."
  2. 2Send the header

    Authnull reads X-Authorization, not the standard Authorization header.

    X-Authorization: $AUTHNULL_TOKEN
  3. 3Scope the body

    Every call carries the organization and tenant it acts within.

    { "orgId": 105, "tenantId": 1 }

Endpoint index

56 endpoints across 3 modes

Pick the mode your integration targets. Each row links into the full reference.