Skip to main content

Survicate (Source)

Overview

The Survicate source connector connects to the Survicate API using an API key.

At this time, the connector supports credential validation (testing the API key) but data extraction is still in development.

Setup

Create a Survicate API key

  1. Log in to your Survicate account.
  2. Generate an API key in Survicate (API access / developer settings, depending on your Survicate plan and UI).
  3. Copy the key and store it securely.

Network access

This connector connects to:

  • https://panel.survicate.com/api/v2/

Ensure your network/firewall allows outbound HTTPS access to this host.

Authentication

This connector authenticates using an API key sent as an HTTP header:

  • Header: X-API-KEY: <your_api_key>

During connection testing, the connector validates credentials by calling:

  • GET https://panel.survicate.com/api/v2/surveys?limit=1

Configuration

FieldTypeRequiredDescription
api_keystringYour Survicate API key.

Streams

No streams are currently available. Extraction is not yet implemented.

Limitations

  • Extraction not available: Runs will fail with an “extraction is still in development” error until the connector is completed.
  • Catalog not yet defined: The connector does not currently expose a schema/catalog of available streams.