Skip to main content

Qualtrics

Overview

The Qualtrics source connector connects to the Qualtrics API (v3) using an API token and your Qualtrics data center identifier.

Status

This connector is currently in development. Credential validation is supported, but data extraction is not yet available.

  • Test connection / credential validation
  • Catalog discovery
  • Data sync (extract)

Setup

Prerequisites

  • A Qualtrics account with API access enabled.
  • A Qualtrics API token.

Create an API token in Qualtrics

In Qualtrics, generate an API token (often found under your user profile settings, e.g. Account Settings → Qualtrics IDs / API depending on your Qualtrics UI).

Keep the token secure; it provides access to your Qualtrics account via the API.

Authentication

This connector authenticates using:

  • API token sent as the X-API-TOKEN header
  • Data center used to construct the API hostname

During connection testing, the connector calls:

GET https://{data_center}.qualtrics.com/API/v3/whoami

If this request succeeds, credentials are considered valid.

Configuration

FieldTypeRequiredDescription
data_centerstringYour Qualtrics data center identifier used in the API hostname (for example, iad1, eu1). Must be a valid DNS label: lowercase letters, digits, and hyphens only; 1–63 characters; cannot start or end with -.
api_tokenstringQualtrics API token used for authentication.

Streams

No streams are currently available because extraction is still in development.