NetBox · Authentication Profile

Netbox Authentication

Authentication

NetBox secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

Data CenterDCIMInfrastructure as CodeIPAMNetwork AutomationNetwork ManagementOpen SourceSource of Truth
Methods: apiKey Schemes: 2 OAuth flows: API key in: cookie, header

Security Schemes

cookieAuth apiKey
· in: cookie (sessionid)
tokenAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/netbox-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - cookie
  - header
schemes:
- name: cookieAuth
  type: apiKey
  in: cookie
  parameter: sessionid
  sources:
  - openapi/netbox-openapi.yml
- name: tokenAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: '`Token <token>` (v1) or `Bearer <key>.<token>` (v2)'
  sources:
  - openapi/netbox-openapi.yml