Nuix · Authentication Profile

Nuix Authentication

Authentication

Nuix secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (nuix-auth-token)
bearerAuth http
scheme: bearer
BasicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/nuix-nuix-core-engine-rest-api-openapi.yml, openapi/nuix-nuix-ecc-rest-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: nuix-auth-token
  sources:
  - openapi/nuix-nuix-core-engine-rest-api-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/nuix-nuix-core-engine-rest-api-openapi.yml
- name: BasicAuth
  type: http
  scheme: basic
  sources:
  - openapi/nuix-nuix-ecc-rest-api-openapi.yml