Getting Started

Scopes

Scopes define which permissions an access token can use when your integration calls Blaze APIs.

Available Scopes

Request only the permissions your integration needs. The token response includes the scopes that were granted for the current authorization flow.

offline.access

Refresh access

Allows your backend to refresh a user access token without sending the user through the full OAuth flow again.

users.read

Read user profile

Allows your integration to read basic user information after the user authorizes the application.

channel.moderate

Moderate channel

Allows your integration to perform moderation actions for channels the authorized user can manage.

users.bot

Authorize chat bot user

Allows the authorized user account to be used as the chat bot user for chat automation.