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

Riverside Webinars API

Webinar registration management

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

This API exposes 1 JSON Schema definition.

Tagged areas include Webinars. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and 1 JSON Schema.

This API exposes 2 operations across 1 path, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version v3.

Requests are made against a single base URL, https://platform.riverside.fm.

2 operations 1 paths 3 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v3
Base URL
https://platform.riverside.fm
Authentication
HTTP Bearer
License
Proprietary
Resource Areas
1

Authentication & Security 1

Riverside Webinars API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (ApiKeyAuth).

  • ApiKeyAuth — API Key passed as Bearer token in Authorization header

Paths & Operations 2

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

Webinars 2

Webinar registration management

POST
/api/v1/webinars/{webinar_id}/registrants
Create Webinar Registrant
createWebinarRegistrant 1 param body → 201400401
GET
/api/v1/webinars/{webinar_id}/registrants
Get Registrants
getRegistrants 1 param → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are WebinarRegistrantResponse (4 properties), WebinarRegistrant (3 properties), Error (2 properties). Each schema is shown below with its type and property counts.

WebinarRegistrantResponse
object
4 properties
WebinarRegistrant
object
3 properties 2 required
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

riverside-webinars-api-openapi.yml Raw ↑

Other APIs Riverside publishes across the network.

Riverside Exports API
Riverside Productions API
Riverside Recordings API