Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Epic Games Auth API

The Auth API from Epic Games — 4 operation(s) for auth.

Epic Games Auth API is one of 14 APIs that Epic Games publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Auth. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 4 operations across 4 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.epicgames.dev.

4 operations 4 paths 0 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.epicgames.dev
Authentication
OAuth 2.0, HTTP Bearer
License
Proprietary
Resource Areas
1

Authentication & Security 2

Epic Games Auth API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauthClientCredentials) using the clientCredentials flow, exposing 1 scope. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — EOS bearer access token issued by the OAuth token endpoint.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Auth 4
POST
/auth/v1/oauth/token
Get an OAuth 2.0 access token
getOAuthToken body → 200
GET
/auth/v1/oauth/verify
Verify an OAuth access token
verifyOAuthToken → 200
POST
/auth/v1/oauth/revoke
Revoke an OAuth token
revokeOAuthToken body → 200
GET
/auth/v1/accounts/{accountId}
Get Epic account info
getEpicAccount 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

epic-games-auth-api-openapi.yml Raw ↑

Other APIs Epic Games publishes across the network.

Epic Online Services (EOS)
Epic Account Services
Epic Games Store Publishing
Kids Web Services (KWS)
Unreal Engine (Pointer)
Epic Games Achievements API
Epic Games Connect API
Epic Games Ecom API
Epic Games Leaderboards API
Epic Games PlayerDataStorage API
Epic Games Sanctions API
Epic Games Stats API