Lookup Public Player Storage
POST
https://api.lootlocker.com/game/player/storage/lookup
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.com/game/player/storage/lookup' \
--header 'x-session-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"player_ids": [360],
"player_ulids": ["01J5B1WNY2NZ88B4W3A5DSVYC9"],
"player_uids": ["23XX7P4M"],
"keys": ["hello", "world"]
}'
Response Response Example
{
"storages": [
{
"storage": [
{
"key": "string",
"value": "string",
"is_public": true
}
],
"player_id": 0,
"player_ulid": "string",
"player_uid": "string"
}
]
}
Request
Header Params
x-session-token
stringÂ
required
Default:
{{session_token}}
Body Params application/json
Responses
Modified at 2025-04-15 11:09:46