StreamElements · OAuth Scopes

StreamElements OAuth Scopes

OAuth 2.0 searched

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

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

CompanyConsumerLive StreamingCreator EconomyOverlaysChatbotMonetizationDonationsLoyalty PointsGiveawaysVideoTwitchYouTubeReal-TimeWebSocketsWebhooksREST
Scopes: 20 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.streamelements.com/oauth2/authorize
Token URL
https://api.streamelements.com/oauth2/token
Flows
authorizationCode

Scopes (20)

ScopeDescriptionFlows
activities:read Grants read of activities authorizationCode
activities:write Grants create activities authorizationCode
bot:read Grants read timers, commands, spam filters and modules authorizationCode
bot:write Grants create and update timers, commands, spam filters and modules authorizationCode
contest:read Grants read of contests authorizationCode
contest:write Grants create and update contests authorizationCode
giveaway:read Grants read of giveaways authorizationCode
giveaway:write Grants create and update giveaways authorizationCode
loyalty:read Grants read of loyalty settings and the leaderboard authorizationCode
loyalty:write Grants update of loyalty settings and update the leaderboard authorizationCode
overlays:broadcast Send/receive overlay broadcast messages (Astro channel.overlay.broadcast topic). authorizationCode
overlays:read Grants read overlays authorizationCode
overlays:write Grants creation, update, deletion of overlays authorizationCode
session:read Grants read of session data authorizationCode
store:read Grants read redemptions and items authorizationCode
store:write Grants create new store items and complete redemptions authorizationCode
stream-live:read Read stream live/offline status (Astro channel.stream.status topic). authorizationCode
tips:moderation Read tip moderation state (Astro channel.tips.moderation topic). authorizationCode
tips:read Ability read of tips authorizationCode
tips:write Grants create/modify/delete tips authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/streamelements-openapi-original.yml
schemes:
- name: OAuth2
  source: openapi/streamelements-openapi-original.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.streamelements.com/oauth2/authorize
    tokenUrl: https://api.streamelements.com/oauth2/token
scopes:
- scope: activities:read
  description: Grants read of activities
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: activities:write
  description: Grants create activities
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: bot:read
  description: Grants read timers, commands, spam filters and modules
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: bot:write
  description: Grants create and update timers, commands, spam filters and modules
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: contest:read
  description: Grants read of contests
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: contest:write
  description: Grants create and update contests
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: giveaway:read
  description: Grants read of giveaways
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: giveaway:write
  description: Grants create and update giveaways
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: loyalty:read
  description: Grants read of loyalty settings and the leaderboard
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: loyalty:write
  description: Grants update of loyalty settings and update the leaderboard
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: overlays:broadcast
  description: Send/receive overlay broadcast messages (Astro channel.overlay.broadcast topic).
  flows:
  - authorizationCode
  sources:
  - https://dev.streamelements.com/docs/websockets
- scope: overlays:read
  description: Grants read overlays
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: overlays:write
  description: Grants creation, update, deletion of overlays
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: session:read
  description: Grants read of session data
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: store:read
  description: Grants read redemptions and items
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: store:write
  description: Grants create new store items and complete redemptions
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: stream-live:read
  description: Read stream live/offline status (Astro channel.stream.status topic).
  flows:
  - authorizationCode
  sources:
  - https://dev.streamelements.com/docs/websockets
- scope: tips:moderation
  description: Read tip moderation state (Astro channel.tips.moderation topic).
  flows:
  - authorizationCode
  sources:
  - https://dev.streamelements.com/docs/websockets
- scope: tips:read
  description: Ability read of tips
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
- scope: tips:write
  description: Grants create/modify/delete tips
  flows:
  - authorizationCode
  sources:
  - openapi/streamelements-openapi-original.yml
docs: https://dev.streamelements.com/docs/api-docs/authentication
note: Baseline scopes derived from the OpenAPI OAuth2 flow, upgraded from the SE developer docs (OAuth2
  + WebSocket topic references). Some scopes (overlays:broadcast, stream-live:read, tips:moderation, session:read)
  are documented on the Astro WebSocket topic pages but not enumerated in the OpenAPI flow.