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
- Sign in to your Heroku account.
- Go to Account settings.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Your Heroku API token (API key). |
Streams
No streams are currently available. The connector’s extraction functionality is still in development.