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

Restream Events API

Live event management and scheduling

Restream Events API is one of 7 APIs that Restream publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Events. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 5 operations across 5 paths, and defines 3 schemas. It is described by OpenAPI 3.0.0, at version v2.

Requests are made against a single base URL, https://api.restream.io/v2.

5 operations 5 paths 3 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v2
Base URL
https://api.restream.io/v2
Authentication
OAuth 2.0
License
Proprietary
Terms of Service
Resource Areas
1

Authentication & Security 1

Restream Events API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 7 scopes.

Paths & Operations 5

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

Events 5

Live event management and scheduling

GET
/user/event/upcoming
List Upcoming Events
listUpcomingEvents → 200401
GET
/user/event/in-progress
List In-Progress Events
listInProgressEvents → 200401
GET
/user/event/history
List Event History
listEventHistory 2 params → 200401
GET
/user/event/{id}
Get Event
getEvent 1 param → 200401404
GET
/user/event/{id}/streamKey
Get Event Stream Key
getEventStreamKey 1 param → 200401

Schemas 3

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

StreamKey
object
2 properties
Error
object
5 properties
Event
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

restream-events-api-openapi.yml Raw ↑

Other APIs Restream publishes across the network.

Restream Streaming Updates API
Restream Chat API
Restream Channels API
Restream Platforms API
Restream Stream Keys API
Restream User API