Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 709 Bytes

File metadata and controls

35 lines (27 loc) · 709 Bytes

Id Web - Login

URL: https://www.epicgames.com/id/api/login
Method: POST
Auth Required: Yes

{
  "email": "",
  "password": "",
  "rememberMe": true,
  "captcha": ""
}

Parameters

email: Your email
password: Your password
rememberMe: If true, your sessions should last longer (no need to relogin everytime)
captcha: Final Captcha Token


Example Response (Successful): Status 200 (No Content)

Example Response (Captcha or CSRF Token are invalid)

{
  "errorCode": "errors.com.epicgames.accountportal.captcha_invalid",
  "message": "Incorrect response. Please refresh the page.",
  "correlationId": "ad782d20-5d5d-11ee-8839-43f54ba607b9"
}