Honeybadger · Authentication Profile

Honeybadger Authentication

Authentication

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

Error MonitoringException TrackingApplication Performance MonitoringUptime MonitoringCron MonitoringObservability
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

BasicAuth http
scheme: basic
ApiKeyAuth apiKey
· in: header (X-API-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/honeybadger-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: BasicAuth
  type: http
  scheme: basic
  description: |-
    HTTP Basic auth. Use your personal AUTH_TOKEN as the username and
    leave the password empty: `-u AUTH_TOKEN:`. Required for the
    Data API (`/v2/*`).
  sources:
  - openapi/honeybadger-openapi.yml
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-API-Key
  description: Project API key used by the Reporting API (`/v1/*`).
  sources:
  - openapi/honeybadger-openapi.yml