ChartMogul source
Overview
The ChartMogul source connector connects to the ChartMogul API.
Current status: authentication is supported, but data extraction is still in development (syncs are not yet available).
Setup
- In ChartMogul, create or obtain an API key.
- In your workspace, add a new ChartMogul source.
- Enter the API key when prompted.
Authentication
This connector authenticates using HTTP Basic Auth:
- Username: your ChartMogul
api_key - Password: empty
During connection testing, the connector validates credentials by calling:
GET https://api.chartmogul.com/v1/ping
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | ChartMogul API key used for Basic Auth. |
Streams
No streams are currently available.
- Catalog discovery currently returns an empty catalog.
- Extraction currently fails with:
ChartMogul extraction is still in development.
Limitations
- This connector is not yet able to sync data from ChartMogul. Only credential validation is implemented.