Epic Games · OAuth Scopes

Epic Games OAuth Scopes

OAuth 2.0 derived

Epic Games publishes 1 OAuth 2.0 scope via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Epic Games API on a user’s behalf.

Tokens are issued from https://api.epicgames.dev/auth/v1/oauth/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.

AchievementsAnti-CheatCross-PlatformEOSEpic Online ServicesGame BackendGame DevelopmentGamesIdentityLobbyMatchmakingMultiplayerSessionsUnreal EngineVoice
Scopes: 1 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.epicgames.dev/auth/v1/oauth/token
Flows
clientCredentials

Scopes (1)

ScopeDescriptionFlows
basic_profile Basic profile access clientCredentials

Source

OAuth Scopes

epic-games-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/epic-games-openapi.yml
schemes:
- name: oauthClientCredentials
  source: openapi/epic-games-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.epicgames.dev/auth/v1/oauth/token
scopes:
- scope: basic_profile
  description: Basic profile access
  flows:
  - clientCredentials
  sources:
  - openapi/epic-games-openapi.yml