Skip to main content

Wistia

Overview

The Wistia source connector lets you connect to the Wistia API using an API key.

Status / availability

This connector is currently in development:

  • Connection (credential validation) is supported.
  • Schema discovery and data extraction are not yet implemented.

Requirements

  • A Wistia account with access to an API token / API key.

Authentication

This connector authenticates to the Wistia API using Bearer token authentication.

Create an API key

In Wistia, generate an API token (API key) and copy it for use in the connector configuration.

Setup

  1. In your workspace, add a new Wistia source.
  2. Enter your Wistia API key (see configuration below).
  3. Save and test the connection.

Configuration

FieldTypeRequiredDescription
api_keystringYour Wistia API key / API token. Used as a Bearer token for requests to https://api.wistia.com/v1/.

Data model

Catalog / discovery

Catalog discovery is not yet implemented. The connector currently returns an empty catalog.

Streams

Streams are not yet available because extraction is still in development.

Troubleshooting

  • Credential validation failed: Confirm the API key is correct and has access to the Wistia API. The connector validates credentials by calling GET https://api.wistia.com/v1/medias.json?per_page=1 with your API key as a Bearer token.