Stream Labs · OAuth Scopes

Stream Labs OAuth Scopes

OAuth 2.0 searched

Stream Labs publishes 13 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Stream Labs API on a user’s behalf.

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.

CompanyLive StreamingCreator EconomyAlertsDonationsLoyalty PointsMedia ShareOAuthReal-timeStreaming Tools
Scopes: 13 Flows: Method: searched

Scopes (13)

ScopeDescriptionFlows
donations.create Create donations (POST /donations).
donations.read Read donations (GET /donations).
alerts.create Trigger custom alerts (POST /alerts).
alerts.write Manage the alert queue: skip, mute/unmute volume, pause/unpause queue, and send test alerts.
legacy.token Retrieve a legacy token (GET /legacy/token).
socket.token Retrieve a Socket API token for the real-time event stream (GET /socket/token).
points.read Read loyalty points (GET /points).
points.write Modify loyalty points (subtract, import, add to all users).
credits.write Roll the stream credits (POST /credits/roll).
profiles.write Retrieve and activate alert profiles.
jar.write Empty the tip jar (POST /jar/empty).
wheel.write Spin the wheel (POST /wheel/spin).
mediashare.control Control media share: play, pause, volume, skip, and moderation settings.

Source

OAuth Scopes

stream-labs-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://dev.streamlabs.com/docs/scopes
docs: https://dev.streamlabs.com/docs/scopes
schemes:
- name: OAuth2
  type: oauth2
  flow: authorizationCode
  authorizationUrl: https://streamlabs.com/api/v2.0/authorize
  tokenUrl: https://streamlabs.com/api/v2.0/token
scopes:
- scope: donations.create
  description: Create donations (POST /donations).
- scope: donations.read
  description: Read donations (GET /donations).
- scope: alerts.create
  description: Trigger custom alerts (POST /alerts).
- scope: alerts.write
  description: >-
    Manage the alert queue: skip, mute/unmute volume, pause/unpause queue, and
    send test alerts.
- scope: legacy.token
  description: Retrieve a legacy token (GET /legacy/token).
- scope: socket.token
  description: Retrieve a Socket API token for the real-time event stream (GET /socket/token).
- scope: points.read
  description: Read loyalty points (GET /points).
- scope: points.write
  description: Modify loyalty points (subtract, import, add to all users).
- scope: credits.write
  description: Roll the stream credits (POST /credits/roll).
- scope: profiles.write
  description: Retrieve and activate alert profiles.
- scope: jar.write
  description: Empty the tip jar (POST /jar/empty).
- scope: wheel.write
  description: Spin the wheel (POST /wheel/spin).
- scope: mediashare.control
  description: >-
    Control media share: play, pause, volume, skip, and moderation settings.