Skip to main content

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

  1. In ChartMogul, create or obtain an API key.
  2. In your workspace, add a new ChartMogul source.
  3. 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

FieldTypeRequiredDescription
api_keystringYesChartMogul 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.