Wistia · Authentication Profile
Wistia Authentication
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.
Video HostingVideo MarketingVideo AnalyticsLead GenerationWebinarsB2B MarketingVideo CaptionsLocalizationMCPMedia Management
Methods: http, oauth2
Schemes: 4
OAuth flows:
API key in:
Security Schemes
BearerAuth http
basicAuth http
oauth2 oauth2
expiringAccessToken derived-token