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

User profile and account management

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

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

This API exposes 2 operations across 2 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.

2 operations 2 paths 3 schemas 1 GET1 POST

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 User API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 7 scopes.

Paths & Operations 2

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

User 2

User profile and account management

GET
/user/profile
Get User Profile
getUserProfile → 200401
POST
/oauth/token
Refresh OAuth Token
refreshToken body → 200401

Schemas 3

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

TokenResponse
object
5 properties
UserProfile
object
5 properties
Error
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

restream-user-api-openapi.yml Raw ↑

Other APIs Restream publishes across the network.

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