Connecting to Wistia
Wisita uses token authentication to control access to data.
Using Token Authentication
When your Wistia account is created, a master token will automatically be generated. You can find this token in the API tab of your Account Settings. In order to authenticate to Wistia, set the APIKey to your master token in the ProfileSettings connection property.
Example connection string
Profile=C:\profiles\Wistia.apip;ProfileSettings='APIKey=my_master_token;'
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIKey | Your Wistia API token. |