ServiceActive

LootLocker Storage

Legacy player storage service for key-value data with REST and SDK support.

Open source page ↗

Field note

What it does

Legacy player storage service for storing key-value data per player, with REST API and Unity/Unreal SDKs. Supports retrieval, update, delete, and public storage access.

Capabilities

Available capabilities

Tags

Tags

No tags filed yet.

Ways to use it

Ways to use it

rest

Not filed / Not filed

sdk

C# / LootLockerSDKManager

Product features

Product features

Delete Key

Remove a storage item by key.

Get by Player ID

Retrieve storage by player ID.

Get Other Players' Public Storage

Retrieve public storage of another player by public UID.

Retrieve Entire Storage

Get all storage key-value pairs for a player.

Retrieve Single Value

Get a single storage value by key.

Update or Create

Update or create one or multiple key-value pairs.