Aha!
The Aha! source connector lets you connect an Aha! account to your workspace.
Status
This connector is currently in development.
- Connection (credential validation) is supported.
- Data extraction is not yet available.
Setup
Prerequisites
- An Aha! account (your Aha! subdomain / tenant label)
- An Aha! API key
Create an API key in Aha!
- In Aha!, generate an API key (Personal API token).
- Copy the token value—you’ll use it as the connector’s API key.
Authentication
Aha! authentication uses:
- Base URL:
https://{account}.aha.io - Auth method: Bearer token
- Validation endpoint:
GET /api/v1/me
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
account | string | ✅ | Your Aha! account subdomain (tenant label). Example: mycompany for https://mycompany.aha.io. Must be a valid DNS label: 1–63 characters, alphanumeric and hyphens only, and cannot start or end with -. |
api_key | string | ✅ | Your Aha! API key (used as a Bearer token). |
Streams
No streams are currently available. Extraction will be added in a future release.