StreamYard · OAuth Scopes

StreamYard OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://streamyard.com/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.

BroadcastingLive StreamingMulti-StreamingRecordingsVideo
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://streamyard.com/oauth/authorize
Token URL
https://streamyard.com/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
broadcasts Create and manage broadcasts authorizationCode
destinations View and manage streaming destinations authorizationCode
recordings Access and download recordings authorizationCode

Source

OAuth Scopes

streamyard-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/streamyard-openapi.yml
schemes:
- name: streamyardBearerAuth
  source: openapi/streamyard-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://streamyard.com/oauth/authorize
    tokenUrl: https://streamyard.com/oauth/token
  description: OAuth 2.0 Bearer token. Authenticate via StreamYard's OAuth flow at https://streamyard.com/oauth/authorize.
scopes:
- scope: broadcasts
  description: Create and manage broadcasts
  flows:
  - authorizationCode
  sources:
  - openapi/streamyard-openapi.yml
- scope: destinations
  description: View and manage streaming destinations
  flows:
  - authorizationCode
  sources:
  - openapi/streamyard-openapi.yml
- scope: recordings
  description: Access and download recordings
  flows:
  - authorizationCode
  sources:
  - openapi/streamyard-openapi.yml