Skip to main content

Captain Data

Overview

The Captain Data source connector lets you authenticate to the Captain Data API using an API key.

At this time, the connector only supports credential validation. Catalog discovery and data extraction are still in development.

Setup

Prerequisites

  • A Captain Data account
  • A Captain Data API key

Get your API key

Generate or copy an API key from your Captain Data workspace (API settings). You’ll use this key to authenticate requests to the Captain Data API.

Authentication

This connector uses API key authentication.

When you test the connection, the connector validates your credentials by calling the Captain Data endpoint:

  • GET https://api.captaindata.co/v3/me
  • Header: X-API-Key: <your_api_key>

Configuration

FieldTypeRequiredDescription
api_keystringYour Captain Data API key.

Streams

No streams are currently available. The connector’s catalog is empty and extraction is not yet implemented.

Limitations

  • Extraction is not supported yet. Sync runs will fail because the connector is still under development.
  • No catalog/streams yet. Schema discovery is not available at this time.