Wistia · Authentication Profile

Wistia Authentication

Authentication

Wistia secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

Video HostingVideo MarketingVideo AnalyticsLead GenerationWebinarsB2B Marketing
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/wistia-openapi.yml
summary:
  types:
  - http
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: API access token sent as a Bearer token in the Authorization header
  sources:
  - openapi/wistia-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic authentication using the API token as the password
  sources:
  - openapi/wistia-openapi.yml