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

Wowza Webhooks API

The Webhooks API from Wowza — 6 operation(s) for webhooks.

Wowza Webhooks API is one of 48 APIs that Wowza publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhooks. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, a getting-started guide, and a changelog.

This API exposes 14 operations across 6 paths, and defines 14 schemas. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, http://localhost:8087.

14 operations 6 paths 14 schemas 2 DELETE6 GET2 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Base URL
https://api.video.wowza.com/api/v2.0
Authentication
HTTP Basic, HTTP Digest
Resource Areas
1

Authentication & Security 2

Wowza Webhooks API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It uses HTTP digest authentication (digestAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic Authentication using Wowza Streaming Engine admin credentials
  • digestAuth — HTTP Digest Authentication

Paths & Operations 14

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

Webhooks 14
GET
/v2/servers/{serverName}/webhooks
Get webhook config
getWebhooksConfig 1 param → 200400401404500
PUT
/v2/servers/{serverName}/webhooks
Update webhook config
putWebhooksConfig 1 param body → 200400401404500
GET
/v2/servers/{serverName}/webhooks/filters
Get filter list
getFiltersList 1 param → 200400401404500
POST
/v2/servers/{serverName}/webhooks/filters
Create filter list
postFiltersList 1 param body → 200400401404500
GET
/v2/servers/{serverName}/webhooks/filters/{id}
Get filter
getFilterItem 2 params → 200400401404500
PUT
/v2/servers/{serverName}/webhooks/filters/{id}
Update filter
putFilterItem 2 params body → 200400401404500
DELETE
/v2/servers/{serverName}/webhooks/filters/{id}
Delete filter
deleteFilterItem 2 params → 200400401404500
GET
/v2/servers/{serverName}/webhooks/source
Get source
getSourceItem 1 param → 200400401404500
PUT
/v2/servers/{serverName}/webhooks/source
Update source
putSourceItem 1 param body → 200400401404500
GET
/v2/servers/{serverName}/webhooks/targets
Get target list
getTargetsList 1 param → 200400401404500
POST
/v2/servers/{serverName}/webhooks/targets
Create target list
postTargetsList 1 param body → 200400401404500
GET
/v2/servers/{serverName}/webhooks/targets/{id}
Get target
getTargetItem 2 params → 200400401404500
PUT
/v2/servers/{serverName}/webhooks/targets/{id}
Update target
putTargetItem 2 params body → 200400401404500
DELETE
/v2/servers/{serverName}/webhooks/targets/{id}
Delete target
deleteTargetItem 2 params → 200400401404500

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are FilterItem (10 properties), TargetItem (7 properties), FilterConfig (7 properties), WebhooksConfig (4 properties). Each schema is shown below with its type and property counts.

TargetsList
object
4 properties 3 required
FiltersList
object
4 properties 3 required
TargetItem
object
7 properties 6 required
Integer
object
Boolean
object
Long
object
TargetConfig
object
4 properties 4 required
SourceItem
object
4 properties 3 required
FilterConfig
object
7 properties 7 required
TargetHeader
object
2 properties 2 required
Webhooks
object
4 properties 4 required
FilterItem
object
10 properties 9 required
WebhooksConfig
object
4 properties 3 required
TargetAuth
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wowza-webhooks-api-openapi.yml Raw ↑

Other APIs Wowza publishes across the network.

Wowza Streaming Engine Java API
Wowza Flowplayer
Wowza GoCoder SDK
Wowza Real-Time Streaming SDK
Wowza advanced_token_authentication API
Wowza analytics_engagement API
Wowza analytics_ingest API
Wowza analytics_popularity API
Wowza analytics_viewers API
Wowza Applications API
Wowza assets API
Wowza categories API