Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wistia Webinars API

The Webinars API from Wistia — 3 operation(s) for webinars.

Wistia Webinars API is one of 13 APIs that Wistia publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webinars. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.wistia.com/v1.

6 operations 3 paths 0 schemas 1 DELETE2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.wistia.com/v1
Authentication
HTTP Bearer, HTTP Basic
Contact
Resource Areas
1

Authentication & Security 2

Wistia Webinars API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • bearerAuth — API access token sent as a Bearer token in the Authorization header
  • basicAuth — HTTP Basic authentication using the API token as the password

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Webinars 6
GET
/webinars
List webinars
listWebinars → 200
POST
/webinars
Create webinar
createWebinar → 201
GET
/webinars/{id}
Show webinar
getWebinar 1 param → 200
PUT
/webinars/{id}
Update webinar
updateWebinar 1 param → 200
DELETE
/webinars/{id}
Delete webinar
deleteWebinar 1 param → 204
POST
/webinars/{id}/registrations
Register for webinar
registerWebinar 1 param → 201

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wistia-webinars-api-openapi.yml Raw ↑

Other APIs Wistia publishes across the network.

Wistia Data API
Wistia Upload API
Wistia Webhooks
Wistia Account API
Wistia AllowedDomains API
Wistia Captions API
Wistia Channels API
Wistia Customizations API
Wistia Folders API
Wistia Medias API
Wistia Tags API
Wistia Tokens API