Skip to main content

Papertrail (Source)

Overview

The Papertrail source connector lets you authenticate to the Papertrail API.

This connector is currently in development. At this time, it supports credential validation during setup, but it does not yet extract data or expose any streams.

Setup

Prerequisites

  • A Papertrail account
  • A Papertrail API token

Create a Papertrail API token

  1. Log in to Papertrail.
  2. Create or locate your API token in your Papertrail account settings.
  3. Copy the token for use in the connector configuration.

Authentication

Papertrail authentication uses an API token sent as an HTTP header:

  • Header: X-Papertrail-Token: <api_key>

During connector setup, the connector validates credentials by calling:

  • GET https://papertrailapp.com/api/v1/systems.json

If the request fails, the connector will report a credential validation error.

Configuration

FieldTypeRequiredDescription
api_keystringYesYour Papertrail API token. Used to authenticate requests via the X-Papertrail-Token header.

Streams

No streams are currently available.

  • Catalog discovery currently returns an empty catalog.
  • Extraction is not yet implemented and will fail with an “in development” error.

Limitations

  • No data extraction yet: Runs will not sync any data.
  • No discovered schema/streams yet: The connector does not currently expose any tables/streams to select.