Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 655 Bytes

SetSessionID.md

File metadata and controls

23 lines (16 loc) · 655 Bytes

Id Web - Set Session ID

URL: https://www.epicgames.com/id/api/set-sid?sid=:sid
Method: GET
Auth Required: No

Query Parameters

sid: The Session ID grabbed from AuthorizationCode when not specifying a responseType


Example Response Status: 204 (No Content)

Example Response Status (Session ID is invalid)

{
    "errorCode": "errors.com.epicgames.accountportal.session_id_invalid",
    "message": "Session ID is invalid or expired.",
    "correlationId": "00000000-0000-0000-0000-000000000000"
}