Guest Session
POST
https://api.lootlocker.com/game/v2/session/guest
sessions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.com/game/v2/session/guest' \
--header 'x-session-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_key": "",
"player_identifier": "Some Player",
"game_version": "1.1"
}'
Response Response Example
200 - Base Session Response - Example 1
{
"session_token": "string",
"player_identifier": "string",
"player_id": 0,
"player_name": "string",
"player_ulid": "string",
"player_created_at": "string",
"public_uid": "string",
"seen_before": true,
"check_grant_notifications": true,
"check_deactivation_notifications": true,
"check_dlcs": [
"string"
],
"success": true
}
Request
Header Params
x-session-token
stringÂ
required
Default:
{{session_token}}
Body Params application/json
Responses
Modified at 2025-04-15 11:00:18