Login

Login

POST https://accounts.launcher-website-prod07.ol.epicgames.com/login/doLauncherLogin

Headers

Name
Type
Description

X-XSRF-TOKEN

string

XSRF-TOKEN

Authentication

string

Token type + Authentication token

Request Body

Name
Type
Description

fromForm

string

yes

authType

string

null

linkExtAuth

string

null

client_id

string

client_id

redirectUrl

string

https://accounts.launcher-website-prod07.ol.epicgames.com/login/showPleaseWait?client_id=clientId&rememberEmail=false

epic_username

string

Email of the Account

password

string

Password of the Account

rememberMe

string

NO

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Register

POST https://accounts.launcher-website-prod07.ol.epicgames.com/register/doLauncherRegister

Headers

Name
Type
Description

X-XSRF-TOKEN

string

X-XSRF-TOKEN

Authentication

string

Token type + Authentication token

Request Body

Name
Type
Description

fromForm

string

yes

location

string

/location

authType

string

null

client_id

string

client_id

redirectUrl

string

https://accounts.launcher-website-prod07.ol.epicgames.com/login/showPleaseWait?client_id=client_id&rememberEmail=false

country

string

Country of the Account

name

string

FirstName of the Account

lastName

string

LastName of the Account

displayName

string

DisplayName of the Account

email

string

Email of the Account

password

string

Password of the Account

g-recaptcha-response

string

termsAgree

string

yes

register

string

sign in

two factor

GET https://accounts.launcher-website-prod07.ol.epicgames.com/login/doTwoFactor?client_id=client_id

Path Parameters

Name
Type
Description

string

Last updated

Was this helpful?