SigNoz · Authentication Profile

Signoz Authentication

Authentication

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

APMAlertingCloud MonitoringDashboardsDistributed TracingInfrastructure MonitoringLogsMetricsObservabilityOpenTelemetryOpen Source
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

api_key apiKey
· in: header (SigNoz-Api-Key)
tokenizer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/signoz-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: api_key
  type: apiKey
  in: header
  parameter: SigNoz-Api-Key
  description: API Keys
  sources:
  - openapi/signoz-openapi.yml
- name: tokenizer
  type: http
  scheme: bearer
  bearerFormat: Tokenizer
  description: Tokens generated by the tokenizer
  sources:
  - openapi/signoz-openapi.yml