Skip to main content

Honeybadger

Overview

The Honeybadger source connector lets you connect to the Honeybadger API using an API key.

At this time, the connector supports credential validation (testing that your API key can access the Honeybadger API), but data extraction is still in development.

Setup

Prerequisites

  • A Honeybadger account
  • A Honeybadger API key

Get your Honeybadger API key

In Honeybadger, generate or copy an API key that has access to your organization’s projects.

Authentication

This connector authenticates with Honeybadger using an API key sent as an HTTP header:

  • Header: X-API-Key: <your_api_key>

During connection setup, the connector validates credentials by calling:

  • GET https://api.honeybadger.io/v2/projects

If the request fails, the connector reports a credential validation error.

Configuration

FieldTypeRequiredDescription
api_keystringYour Honeybadger API key. Used to authenticate API requests via the X-API-Key header.

Streams

No streams are currently available.

The connector’s extraction logic is not yet implemented, so it cannot sync Honeybadger data at this time.