Access Token

Create Access Token

POST https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token

Headers

Name
Type
Description

Authentication

string

Token type + Authentication Token

Request Body

Name
Type
Description

grant_type

string

client_credentials

token_type

string

eg1

{
  "access_token": "[Access_Token]",
  "expires_in": [ExpiresIn],
  "expires_at": "[ExpireDate]",
  "token_type": "[Token_type]",
  "client_id": "[Client_ID]",
  "internal_client": true,
  "client_service": "launcher"
}

Do Refresh Token

POST https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token

Headers

Name
Type
Description

Authentication

string

Token type + Authentication Token

Request Body

Name
Type
Description

includePerms

string

false

refresh_token

string

Thats the refresh Token

grant_type

string

refresh_token

Exchange Code

POST https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token

Headers

Name
Type
Description

Authentication

string

Token type + Authentication Token

POST https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token

Headers

Name
Type
Description

Authentication

string

Token type + Authentication Token

POST https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token

Headers

Name
Type
Description

Authentication

string

Token type + Authentication Token

POST https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token

Headers

Name
Type
Description

Authentication

string

Token type + Authentication Token

Last updated

Was this helpful?