Scopes

Scopes limit what an app, OAuth token, or API key can do.

Available Scopes

  • user:read: Read the authorized user's profile.
  • channel:read: Read public channel and creator metadata.
  • channel:write: Reserved for channel updates.
  • livestream:read: Read active livestreams.
  • chat:read: Read chat history endpoints.
  • chat:write: Reserved for chat send workflows.
  • moderation:read: Read moderation resources.
  • moderation:write: Reserved for moderation actions.
  • webhook:write: Manage webhook subscriptions.

Request only the scopes your integration needs.