Kissmetrics source
Overview
The Kissmetrics source connector lets you authenticate to the Kissmetrics API.
This connector is currently in development:
- Authentication (credential validation) is implemented.
- Schema discovery (catalog) currently returns an empty catalog.
- Data extraction is not yet available.
Requirements
- A Kissmetrics API key.
Authentication
This connector uses HTTP Basic Auth with your Kissmetrics API key as the username (no password).
During setup, the connector validates credentials by calling:
GET https://api.kissmetrics.io/v1/accounts
Setup
- In your workspace, add a new Kissmetrics source.
- Enter your API key.
- Save and test the connection.
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Kissmetrics API key used for Basic Auth. |
Streams
No streams are currently exposed.
- Catalog/discovery: returns an empty catalog.
- Extraction: not yet implemented.