Metabase · Authentication Profile

Metabase Authentication

Authentication

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

AnalyticsBusiness IntelligenceDashboardsData VisualizationOpen SourceSQL
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (x-api-key)
SessionAuth apiKey
· in: header (X-Metabase-Session)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/metabase-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  sources:
  - openapi/metabase-openapi.yml
- name: SessionAuth
  type: apiKey
  in: header
  parameter: X-Metabase-Session
  sources:
  - openapi/metabase-openapi.yml