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
- In your workspace, add a new Wistia source.
- Enter your Wistia API key (see configuration below).
- Save and test the connection.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your 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=1with your API key as a Bearer token.