Steam Player Verification
Deprecated
POST
https://api.lootlocker.com/game/v1/player/verify
Steam supports multiple Steam App IDs, through adding multiple in the LootLocker console under the Platform settings.
123456,234567
.No spaces, and a comma as a deliminator. You can then send along a
active_steam_app_id
property with the Steam App ID you wish to use for this session.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.com/game/v1/player/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "",
"platform": "Steam",
"token": "14000000d9a8ed5c2f588eea5faedc4d010010011b4bf166180000000100000002000000270e706185ebbf546ef6020001000000b200000032000000040000005faedc4d0100100132ba1800094e42d5c000a8c0000000001c4bf1669cfa0c670100b9c6080000000000d2e09f42248cc48c8cffe4c76f66d7b527c3ddf3681f775169c7d95c559ac0de8df3877232ed2562774a01fee8e9ae193f054cdf28ac0ea1ada8241b78f057035d66d8d552adeaa49d85d086a7e316806d3be832bab9e8fbe8e9b3287ed71fc6b8beebe79506cb90d5e318bf6de846a7faca937c9634e967fbe87fc445ab2751"
}'
Response Response Example
{
"success": true
}
Request
Body Params application/json
Responses
Modified at 2025-04-15 10:54:51