Wistia Authentication
Wistia authenticates API and MCP traffic with bearer credentials over TLS. Two credential families exist: a long-lived account API access token created in Account Settings, and an OAuth 2.0 access token obtained on a user's behalf. The published OpenAPI declares only the bearer scheme; the full OAuth surface — including RFC 7591 dynamic client registration, PKCE, and introspection/revocation — is declared in the live RFC 8414 / RFC 9728 discovery documents rather than in the spec, which is why an OpenAPI-only read of this provider understates its auth posture.
Wistia secures its APIs with http and oauth2 across 4 declared security schemes, as derived from its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.