v3.
.psn:s2s
, openid
curl --location --request POST 'https://api.lootlocker.com/game/session/psn-v3/v1/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_api_key": "",
"game_version": "1.0.0.0",
"auth_code": "v3.ABC123",
"env_iss_id": 1 // 1, 8 or 256
}'
{
"public_uid": "724DXSJCCR5E",
"player_name": "q9908037d90-US",
"player_created_at": "2025-09-19T14:08:02Z",
"last_seen": "",
"session_token": "782589adaee50e37224bd63bef932e2a7cca0a7e",
"player_identifier": "8191696165685273500",
"check_dlcs": null,
"player_id": 51,
"player_ulid": "01K5H4VBNSVT86WDEGHW1SPKF6",
"seen_before": false,
"check_grant_notifications": false,
"check_deactivation_notifications": false,
"success": true,
"wallet_id": "01K5H4VBQRYP4D0SDA3NKF6GXY"
}