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 Channels API

Channel management and configuration

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

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

This API exposes 5 operations across 3 paths, and defines 5 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 3 paths 5 schemas 3 GET2 PATCH

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 Channels 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 3 paths, the API surfaces 5 operations — 3 GET, 2 PATCH. Each is listed below with its method, path, parameters, and response codes.

Channels 5

Channel management and configuration

GET
/user/channel/all
List All Channels
listChannels → 200401
GET
/user/channel/{id}
Get Channel
getChannel 1 param → 200401404
PATCH
/user/channel/{id}
Update Channel
updateChannel 1 param body → 200401
GET
/user/channel/{id}/meta
Get Channel Meta
getChannelMeta 1 param → 200401
PATCH
/user/channel/{id}/meta
Update Channel Meta
updateChannelMeta 1 param body → 200401

Schemas 5

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

ChannelMeta
object
4 properties
ChannelMetaUpdate
object
3 properties
ChannelUpdate
object
2 properties
Channel
object
7 properties
Error
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

restream-channels-api-openapi.yml Raw ↑

Other APIs Restream publishes across the network.

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