Restream · OAuth Scopes

Restream OAuth Scopes

OAuth 2.0 derived

Restream publishes 7 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Restream API on a user’s behalf.

Tokens are issued from https://api.restream.io/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

BroadcastChatContent DeliveryLive StreamingMultistreamingVideo Streaming
Scopes: 7 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.restream.io/oauth/authorize
Token URL
https://api.restream.io/oauth/token
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
channels.read Read channel information authorizationCode
channels.write Update channel settings authorizationCode
chat.read Read chat messages authorizationCode
events.read Read event information authorizationCode
events.write Create and update events authorizationCode
profile.read Read user profile information authorizationCode
stream.read Read stream key information authorizationCode

Source

OAuth Scopes

restream-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/restream-openapi.yml
schemes:
- name: OAuth2
  source: openapi/restream-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.restream.io/oauth/authorize
    tokenUrl: https://api.restream.io/oauth/token
scopes:
- scope: channels.read
  description: Read channel information
  flows:
  - authorizationCode
  sources:
  - openapi/restream-openapi.yml
- scope: channels.write
  description: Update channel settings
  flows:
  - authorizationCode
  sources:
  - openapi/restream-openapi.yml
- scope: chat.read
  description: Read chat messages
  flows:
  - authorizationCode
  sources:
  - openapi/restream-openapi.yml
- scope: events.read
  description: Read event information
  flows:
  - authorizationCode
  sources:
  - openapi/restream-openapi.yml
- scope: events.write
  description: Create and update events
  flows:
  - authorizationCode
  sources:
  - openapi/restream-openapi.yml
- scope: profile.read
  description: Read user profile information
  flows:
  - authorizationCode
  sources:
  - openapi/restream-openapi.yml
- scope: stream.read
  description: Read stream key information
  flows:
  - authorizationCode
  sources:
  - openapi/restream-openapi.yml