Skip to main content

Heroku source

Overview

The Heroku source connector connects to the Heroku Platform API using an API token.

At this time, the connector supports credential validation (testing the API token) but data extraction is still in development.

Setup

Requirements

  • A Heroku account
  • A Heroku API token with access to your account

Create an API token

  1. Sign in to your Heroku account.
  2. Go to Account settings.
  3. Under API Key, copy your API key (this is used as the connector’s API token).

Heroku API keys are sensitive credentials. Store them securely and rotate them if you suspect they’ve been exposed.

Authentication

This connector authenticates using:

  • Bearer token: the Heroku API key
  • API endpoint used for validation: GET https://api.heroku.com/account
  • Required header: Accept: application/vnd.heroku+json; version=3

Configuration

FieldTypeRequiredDescription
api_tokenstringYour Heroku API token (API key).

Streams

No streams are currently available. The connector’s extraction functionality is still in development.