GlitchTip · Authentication Profile

Glitchtip Authentication

Authentication

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

Error TrackingPerformance MonitoringUptime MonitoringApplication MonitoringOpen SourceSentry CompatibleObservabilityLogging
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: cookie

Security Schemes

TokenAuth http
scheme: bearer
SessionAuth apiKey
· in: cookie (sessionid)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/glitchtip-rest-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - cookie
schemes:
- name: TokenAuth
  type: http
  scheme: bearer
  sources:
  - openapi/glitchtip-rest-openapi.yml
- name: SessionAuth
  type: apiKey
  in: cookie
  parameter: sessionid
  sources:
  - openapi/glitchtip-rest-openapi.yml