activision-blizzard · OAuth Scopes

activision-blizzard OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://oauth.battle.net/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.

Fortune 1000
Scopes: 3 Flows: clientCredentials, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://oauth.battle.net/authorize
Token URL
https://oauth.battle.net/token
Flows
clientCredentialsauthorizationCode

Scopes (3)

ScopeDescriptionFlows
openid Access basic account information authorizationCode, clientCredentials
sc2.profile Access StarCraft II profile data authorizationCode, clientCredentials
wow.profile Access WoW character profile data authorizationCode, clientCredentials

Source

OAuth Scopes

activision-blizzard-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/activision-blizzard-battle-net.json
schemes:
- name: OAuth2ClientCredentials
  source: openapi/activision-blizzard-battle-net.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://oauth.battle.net/token
  - flow: authorizationCode
    authorizationUrl: https://oauth.battle.net/authorize
    tokenUrl: https://oauth.battle.net/token
  description: OAuth2 authentication. Create a client at develop.battle.net for client ID and
    secret.
scopes:
- scope: openid
  description: Access basic account information
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/activision-blizzard-battle-net.json
- scope: sc2.profile
  description: Access StarCraft II profile data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/activision-blizzard-battle-net.json
- scope: wow.profile
  description: Access WoW character profile data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/activision-blizzard-battle-net.json