# Game API ## Docs - [Game API](http://ref.lootlocker.com/game/doc-418349.md): - [Authentication](http://ref.lootlocker.com/game/folder-2066317.md): - Players [Files](http://ref.lootlocker.com/game/folder-815191.md): - [Notifications](http://ref.lootlocker.com/game/folder-1975721.md): - Commerce [Currency](http://ref.lootlocker.com/game/folder-815159.md): - Commerce > Purchasing > Stores [Steam](http://ref.lootlocker.com/game/folder-825556.md): - User Generated Content (UGC) [Asset Candidates](http://ref.lootlocker.com/game/folder-815164.md): ## API Docs - Authentication [Guest Session](http://ref.lootlocker.com/game/api-5291491.md): Start a LootLocker session as a guest user. Guest sessions should be used when you do not wish to burden your user with having to create an account on one of the other platforms that LootLocker supports. However, it is important to understand that there is no security for these Guest accounts, and if someone can guess the player_identifier of an existing player, they will be able to play as that player. - Authentication [White Label Session](http://ref.lootlocker.com/game/api-5291490.md): Create LootLocker game session using White Label Login. - Authentication [Steam Session](http://ref.lootlocker.com/game/api-11187386.md): Start a LootLocker session for a steam user using the steam ticket - Authentication [Epic Games Session](http://ref.lootlocker.com/game/api-5291492.md): - Authentication [Apple Sign In Session](http://ref.lootlocker.com/game/api-5291499.md): - Authentication [Apple Game Center Session](http://ref.lootlocker.com/game/api-5291493.md): To register a session for a player using Apple Game Center, you need to obtain the [necessary parameters](https://developer.apple.com/documentation/gamekit/gklocalplayer/3516283-fetchitems). - Authentication [Google Session](http://ref.lootlocker.com/game/api-5291494.md): - Authentication [Nintendo Switch Session](http://ref.lootlocker.com/game/api-5291497.md): - Authentication [Xbox Session](http://ref.lootlocker.com/game/api-5291498.md): - Authentication [Meta/Oculus Session](http://ref.lootlocker.com/game/api-5291495.md): - Authentication [PSN Player Verification](http://ref.lootlocker.com/game/api-5291429.md): For PlayStation Network you need to supply the same auth code as when performing a purchase in the `Token` field. An example for obtaining this code can be found in the NPAuth sample provided by Sony. - Authentication [Steam/PSN Session](http://ref.lootlocker.com/game/api-5291489.md): This endpoint can start sessions for either Steam or PSN. - Authentication [End Session](http://ref.lootlocker.com/game/api-5291426.md): End the current LootLocker session invalidating the session token so no more requests can be made using it - Authentication [Steam Player Verification](http://ref.lootlocker.com/game/api-5291428.md): For Steam, you need to see the [Auth documentation](https://partner.steamgames.com/documentation/auth), under the headline Session Tickets and the Steamworks Web API, for information on how to obtain the token. - Unified Player Accounts > Connected Accounts [List Connected Accounts](http://ref.lootlocker.com/game/api-5291485.md): - Unified Player Accounts > Connected Accounts [Connect Google Account](http://ref.lootlocker.com/game/api-5291487.md): - Unified Player Accounts > Connected Accounts [Connect Twitch Account](http://ref.lootlocker.com/game/api-13346567.md): - Unified Player Accounts > Connected Accounts [Connect Apple Account](http://ref.lootlocker.com/game/api-5291488.md): - Unified Player Accounts > Connected Accounts [Attach Provider](http://ref.lootlocker.com/game/api-14780091.md): - Unified Player Accounts > Connected Accounts [Transfer Providers](http://ref.lootlocker.com/game/api-15708722.md): This endpoint lets you transfer identity providers between two players, provided you have a valid session for both. The response will contain the full list of identity providers associated with the target player. - Unified Player Accounts > Connected Accounts [Unlink Platform Provider](http://ref.lootlocker.com/game/api-5291540.md): - Unified Player Accounts [Begin Remote Session Login Lease](http://ref.lootlocker.com/game/api-5291500.md): - Unified Player Accounts [Begin Remote Session Link Lease](http://ref.lootlocker.com/game/api-15196573.md): - Unified Player Accounts [Poll Remote Session Lease](http://ref.lootlocker.com/game/api-7901542.md): - Unified Player Accounts [Refresh Remote Session](http://ref.lootlocker.com/game/api-5291501.md): - White Label Login [Sign Up](http://ref.lootlocker.com/game/api-13539529.md): Create a new user in the white label login system. If Account Verification is enabled, this will trigger an email to the user. - White Label Login [Sign In](http://ref.lootlocker.com/game/api-13539528.md): Start White Label Session. This can be used to start LootLocker player sessions. - White Label Login [Request Verification](http://ref.lootlocker.com/game/api-13539530.md): If the initial verification email has expired, the user can request a new verification email using this endpoint. This can be done with either of the two parameters in the table below. If both are supplied, the user_id will be used. If none are supplied an error will be returned. - White Label Login [Request Reset Password](http://ref.lootlocker.com/game/api-13539531.md): If the user needs to reset their password they can trigger a reset password email using this endpoint. - White Label Login [Verify Session](http://ref.lootlocker.com/game/api-13539532.md): - Players > Files [List Files for Player](http://ref.lootlocker.com/game/api-5291541.md): - Players > Files [List Public Files for Player](http://ref.lootlocker.com/game/api-5291542.md): - Players > Files [Get File By ID for Player](http://ref.lootlocker.com/game/api-5291543.md): - Players > Files [Delete File By ID for Player](http://ref.lootlocker.com/game/api-5291544.md): - Players > Files [Upload File For Player](http://ref.lootlocker.com/game/api-5291545.md): - Players > Files [Upload Public File For Player](http://ref.lootlocker.com/game/api-5291546.md): - Players > Player Storage [Get Player Storage](http://ref.lootlocker.com/game/api-5291437.md): - Players > Player Storage [Get Player Storage Single Item](http://ref.lootlocker.com/game/api-5291438.md): - Players > Player Storage [Get Player Public Storage](http://ref.lootlocker.com/game/api-5291439.md): - Players > Player Storage [Update Player Storage](http://ref.lootlocker.com/game/api-5291440.md): - Players > Player Storage [Lookup Public Player Storage](http://ref.lootlocker.com/game/api-9369000.md): - Players > Player Storage [Delete Player Storage Item](http://ref.lootlocker.com/game/api-10149310.md): - Players [Get Info From Session](http://ref.lootlocker.com/game/api-9407603.md): Returns player information from a game session. - Players [List Multiple Players Info](http://ref.lootlocker.com/game/api-10043143.md): Get information about a set of players identified by the provided ids - Players [Lookup Player Names by IDS](http://ref.lootlocker.com/game/api-5291537.md): Each parameter can be in the request multiple times. Eg: `?player_id=1&player_id=2` and similar. - Players [Get Players Active Name](http://ref.lootlocker.com/game/api-5291536.md): Get the name of the currently active player (if any has been set) - Players [Set Player Name](http://ref.lootlocker.com/game/api-5291435.md): Set the name of the currently active player - Players [Migrate DLCs](http://ref.lootlocker.com/game/api-10150030.md): Initializes a background job that will migrate DLCs if on steam. On PSN it will migrate directly. In both cases you should call appropriate endpoints for getting required data on what was given to the player after a few minutes. - Players [Get Migrated DLCs](http://ref.lootlocker.com/game/api-10149887.md): This endpoint will return a list of DLC's migrated for the player. The DLC identifiers returned will be the ones of the platform the DLC belongs to. - Players [Set Player Profile Private](http://ref.lootlocker.com/game/api-10149858.md): - Players [Set Player Profile Public](http://ref.lootlocker.com/game/api-10149847.md): - Players [Get Other Players Loadout for Default Character](http://ref.lootlocker.com/game/api-5291436.md): - Players [Get Players Loadout for Default Character](http://ref.lootlocker.com/game/api-10045747.md): - Players [Delete Player](http://ref.lootlocker.com/game/api-5291539.md): Delete the currently active player - Players [Submit XP](http://ref.lootlocker.com/game/api-5291433.md): # DEPRECATED ENDPOINT: Use Progressions instead - Players [Get Other Player Info](http://ref.lootlocker.com/game/api-5291432.md): # DEPRECATED: Use Progressions instead - Players [Get Player Info](http://ref.lootlocker.com/game/api-5291430.md): - Players [Get Multiple Other Players XP And Level](http://ref.lootlocker.com/game/api-10143673.md): # DEPRECATED: Use Progressions instead. - Notifications [List Notifications](http://ref.lootlocker.com/game/api-9803567.md): - Notifications [Read Notifications](http://ref.lootlocker.com/game/api-9833294.md): - Notifications [Read All Notifications](http://ref.lootlocker.com/game/api-9833293.md): - Commerce > Currency [Get Currency By Code](http://ref.lootlocker.com/game/api-5291547.md): - Commerce > Currency [List Currencies](http://ref.lootlocker.com/game/api-5291548.md): - Commerce > Currency [List Denominations By Currency](http://ref.lootlocker.com/game/api-5291549.md): - Commerce > Purchasing > Stores > Google Play Store [Google Play Player Product Purchase](http://ref.lootlocker.com/game/api-5291551.md): - Commerce > Purchasing > Stores > Google Play Store [Google Play Character Product Purchase](http://ref.lootlocker.com/game/api-5291552.md): - Commerce > Purchasing > Stores > Apple App Store [Apple App Store - Player Purchase](http://ref.lootlocker.com/game/api-5291553.md): - Commerce > Purchasing > Stores > Apple App Store [Apple App Store - Character Purchase](http://ref.lootlocker.com/game/api-5291554.md): - Commerce > Purchasing > Stores > Steam [Steam - Begin Purchase](http://ref.lootlocker.com/game/api-5334215.md): This is the first operation you should undertake in order to make an in-app purchase via Steam. - Commerce > Purchasing > Stores > Steam [Steam - Query Transaction](http://ref.lootlocker.com/game/api-5334312.md): This is the second operation for a Steam in-app purchase, allowing the user to check on the status of the on-going transaction. - Commerce > Purchasing > Stores > Steam [Steam - Finalise Transaction](http://ref.lootlocker.com/game/api-5334313.md): This is the third and final step of the Steam in-app purchase journey. - Commerce > Purchasing [Purchase - In Game Only](http://ref.lootlocker.com/game/api-5291550.md): - Commerce > Purchasing [Get Player Balance](http://ref.lootlocker.com/game/api-10119948.md): # Depreated, use `Balances` feature instead - Commerce > Purchasing [Purchase - Get Status](http://ref.lootlocker.com/game/api-5291466.md): - Commerce > Purchasing [Get Order Details](http://ref.lootlocker.com/game/api-5291465.md): - Commerce > Purchasing [Purchase - Soft Currency Spend](http://ref.lootlocker.com/game/api-5291464.md): - Commerce > Purchasing [Purchase - Steam Hard Currency](http://ref.lootlocker.com/game/api-5291463.md): - Commerce > Purchasing [Purchase - Android](http://ref.lootlocker.com/game/api-5291462.md): - Commerce > Purchasing [Purchase - iOS](http://ref.lootlocker.com/game/api-5291461.md): - Commerce > Balances [Credit Balance](http://ref.lootlocker.com/game/api-5291555.md): - Commerce > Balances [Debit Balance](http://ref.lootlocker.com/game/api-5291556.md): - Commerce > Balances [List Balances](http://ref.lootlocker.com/game/api-5291557.md): - Commerce > Balances [Get Wallet](http://ref.lootlocker.com/game/api-5291558.md): - Commerce > Balances [Get Wallet for Holder](http://ref.lootlocker.com/game/api-5291559.md): - Commerce > Balances [Create New Wallet](http://ref.lootlocker.com/game/api-5291560.md): - Commerce > Catalogs [List Catalogs For Game](http://ref.lootlocker.com/game/api-5291561.md): - Commerce > Catalogs [List Catalog Items By Key](http://ref.lootlocker.com/game/api-5291562.md): - Entitlements [List Entitlements](http://ref.lootlocker.com/game/api-6091727.md): - Entitlements [Get Single Entitlement](http://ref.lootlocker.com/game/api-7448137.md): - Leaderboards [Get Score List](http://ref.lootlocker.com/game/api-5291504.md): Get a list of entries from the specified leaderboard - Leaderboards [Submit Score](http://ref.lootlocker.com/game/api-5291505.md): Submit a score to the specified leaderboard - Leaderboards [Get Member Rank](http://ref.lootlocker.com/game/api-5291502.md): Get the rank and score information for the specified leaderboard member on the specified leaderboard - Leaderboards [Get By List of Members](http://ref.lootlocker.com/game/api-5291503.md): Get the rank and score information for the specified members from the specified leaderboard - Leaderboards [List Leaderboards](http://ref.lootlocker.com/game/api-9508429.md): List all leaderboards from the game according to the provided pagination data - Leaderboards [Get Leaderboard Details](http://ref.lootlocker.com/game/api-5771688.md): Get details about the specified leaderboard - Leaderboards [List Historical Leaderboard Data](http://ref.lootlocker.com/game/api-5795418.md): - Leaderboards [Get Historical Leaderboard Data](http://ref.lootlocker.com/game/api-5795972.md): - Characters & Heroes > Characters [List Equippable Contexts to Default Character](http://ref.lootlocker.com/game/api-10032514.md): - Characters & Heroes > Characters [List Equippable Contexts to Character By ID](http://ref.lootlocker.com/game/api-10041273.md): - Characters & Heroes > Characters [Update Character](http://ref.lootlocker.com/game/api-10039307.md): - Characters & Heroes > Characters [List Character Types](http://ref.lootlocker.com/game/api-5291441.md): - Characters & Heroes > Characters [List Characters](http://ref.lootlocker.com/game/api-5291442.md): - Characters & Heroes > Characters [Create Character](http://ref.lootlocker.com/game/api-5291443.md): - Characters & Heroes > Characters [Get Loadout For All Player Characters](http://ref.lootlocker.com/game/api-5291444.md): - Characters & Heroes > Characters [Get Loadout For Player Characters By Platform ID](http://ref.lootlocker.com/game/api-10043142.md): - Characters & Heroes > Characters [Equip Asset To Character](http://ref.lootlocker.com/game/api-5291445.md): - Characters & Heroes > Characters [Unequip Asset To Character](http://ref.lootlocker.com/game/api-5291446.md): - Characters & Heroes > Characters [Equip Asset To Default Character](http://ref.lootlocker.com/game/api-10070129.md): - Characters & Heroes > Characters [Unequip Asset To Default Character](http://ref.lootlocker.com/game/api-10070132.md): - Characters & Heroes > Heroes [Get Game Heroes](http://ref.lootlocker.com/game/api-5291447.md): - Characters & Heroes > Heroes [Create Player Hero](http://ref.lootlocker.com/game/api-5291448.md): - Characters & Heroes > Heroes [List Player Heroes](http://ref.lootlocker.com/game/api-5291449.md): - Characters & Heroes > Heroes [Get Player Hero](http://ref.lootlocker.com/game/api-5291451.md): - Characters & Heroes > Heroes [Update Player Hero](http://ref.lootlocker.com/game/api-5291453.md): - Characters & Heroes > Heroes [Delete Player Hero](http://ref.lootlocker.com/game/api-5291454.md): - Characters & Heroes > Heroes [List Player Hero Inventory](http://ref.lootlocker.com/game/api-5291452.md): - Characters & Heroes > Heroes [Get Default Player Hero By SteamID64](http://ref.lootlocker.com/game/api-5291455.md): - Characters & Heroes > Heroes [List Player Heroes By SteamID64](http://ref.lootlocker.com/game/api-5291456.md): - Characters & Heroes > Heroes [List Player Heros Loadout By ID](http://ref.lootlocker.com/game/api-5291457.md): - Characters & Heroes > Heroes [Get Player Hero Loadout](http://ref.lootlocker.com/game/api-10177964.md): - Characters & Heroes > Heroes [Equip Asset to Hero](http://ref.lootlocker.com/game/api-5291450.md): - Characters & Heroes > Heroes [Unequip Asset from Hero](http://ref.lootlocker.com/game/api-10178017.md): - Assets > Drop Tables [Compute and Lock Drop Table](http://ref.lootlocker.com/game/api-5291483.md): - Assets > Drop Tables [Pick Drops](http://ref.lootlocker.com/game/api-5291484.md): - Assets [List Contexts](http://ref.lootlocker.com/game/api-9967455.md): - Assets [Get Assets Stream](http://ref.lootlocker.com/game/api-5291467.md): Streamed response, using streamed json objects. The end of the response has a `streamedObjectCount` object, which holds the number of objects streamed. If you need more functionality or don't want to manage a streamed response, have a look at `Get Assets List` instead. - Assets [Get Assets List](http://ref.lootlocker.com/game/api-5291468.md): This call requires multiple calls to LootLocker with a parameter for every call except the first to step forward in the results. - Assets [Get Assets List By Asset IDs](http://ref.lootlocker.com/game/api-5291469.md): - Assets [List Favourite Assets](http://ref.lootlocker.com/game/api-5291471.md): - Assets [Unfavourite Asset](http://ref.lootlocker.com/game/api-9695272.md): - Assets [Favourite Asset](http://ref.lootlocker.com/game/api-5291470.md): - Asset Instances > Storage [Stream All Instance Storage To Player](http://ref.lootlocker.com/game/api-9958651.md): This is a streamed response, which returns data in a JSON Stream format, of separate JSON objects. Once the stream has ended an object with a single key of `streamedObjectCount` will be returned, denoting how many objects have been sent in total. - Asset Instances > Storage [Get Key Value for Asset Instance and Key Value Pair ID](http://ref.lootlocker.com/game/api-5291472.md): - Asset Instances > Storage [List Key Value Sets for Asset Instance](http://ref.lootlocker.com/game/api-9959310.md): - Asset Instances > Storage [Create Key Value Pair](http://ref.lootlocker.com/game/api-5291477.md): - Asset Instances > Storage [Update Item Storage By Keys](http://ref.lootlocker.com/game/api-9959771.md): - Asset Instances > Storage [Update Item Storage By ID](http://ref.lootlocker.com/game/api-9960635.md): - Asset Instances > Storage [Delete Item Storage By ID](http://ref.lootlocker.com/game/api-9960790.md): - Asset Instances > Loot Box [Inspect Loot Box](http://ref.lootlocker.com/game/api-5291473.md): You are supplied with the weight of the assets in this call. You can use that to display the chance that a player will get an asset, or to simulate it in a carousel. Sum the weights to know the total lots, and then you have a `weight` in `sum(weights)` chance of getting a specific asset. For more information see the article by [Peter Kelly on weighted random selection](https://web.archive.org/web/20200119183648/https://medium.com/@peterkellyonline/weighted-random-selection-3ff222917eb6). - Asset Instances > Loot Box [Open Loot Box](http://ref.lootlocker.com/game/api-5291474.md): - Asset Instances [List Universal Assets](http://ref.lootlocker.com/game/api-10118374.md): - Asset Instances [List Player Inventory](http://ref.lootlocker.com/game/api-5291478.md): - Asset Instances [Stream Player Inventory](http://ref.lootlocker.com/game/api-10116973.md): - Asset Instances [Get Asset Grant Notifications](http://ref.lootlocker.com/game/api-5291475.md): - Asset Instances [Activate Rental Asset](http://ref.lootlocker.com/game/api-5291476.md): - Asset Instances [Delete asset from player's inventory](http://ref.lootlocker.com/game/api-5291564.md): - Asset Instances [Grant asset to player](http://ref.lootlocker.com/game/api-5291563.md): - Triggers [Call](http://ref.lootlocker.com/game/api-9865481.md): - Triggers [Execute Trigger](http://ref.lootlocker.com/game/api-5291482.md): - Triggers [List Triggers For Player](http://ref.lootlocker.com/game/api-10149732.md): - Progressions > Tiers [Get Progression Tiers](http://ref.lootlocker.com/game/api-5291508.md): - Progressions > Tiers [Get Single Progression Tier By Step](http://ref.lootlocker.com/game/api-5291509.md): - Progressions > Players [Get All Player Progressions](http://ref.lootlocker.com/game/api-5291510.md): - Progressions > Players [Get All Player Progressions By Player ULID](http://ref.lootlocker.com/game/api-14364229.md): - Progressions > Players [Get Player Progressions By Key](http://ref.lootlocker.com/game/api-5291511.md): - Progressions > Players [Get Player Progressions By Key and Player ULID](http://ref.lootlocker.com/game/api-14364277.md): - Progressions > Players [Add points to player progression](http://ref.lootlocker.com/game/api-5291512.md): - Progressions > Players [Subtract points from player progression](http://ref.lootlocker.com/game/api-5291513.md): - Progressions > Players [Reset player progression](http://ref.lootlocker.com/game/api-5291514.md): - Progressions > Players [Delete player progression](http://ref.lootlocker.com/game/api-5291515.md): - Progressions > Characters [Get All Character Progressions](http://ref.lootlocker.com/game/api-5291516.md): - Progressions > Characters [Get Character Progressions By Key](http://ref.lootlocker.com/game/api-5291517.md): - Progressions > Characters [Add points to character progression](http://ref.lootlocker.com/game/api-5291518.md): - Progressions > Characters [Subtract points from character progression](http://ref.lootlocker.com/game/api-5291519.md): - Progressions > Characters [Reset character progression](http://ref.lootlocker.com/game/api-5291520.md): - Progressions > Characters [Delete character progression](http://ref.lootlocker.com/game/api-5291521.md): - Progressions > Asset Instances [Get All Asset Instance Progressions](http://ref.lootlocker.com/game/api-5291522.md): - Progressions > Asset Instances [Get Asset Instance Progressions By Key](http://ref.lootlocker.com/game/api-5291523.md): - Progressions > Asset Instances [Add points to an Asset Instance progression](http://ref.lootlocker.com/game/api-5291524.md): - Progressions > Asset Instances [Subtract points from an Asset Instance progression](http://ref.lootlocker.com/game/api-5291525.md): - Progressions > Asset Instances [Reset Asset Instance progression](http://ref.lootlocker.com/game/api-5291526.md): - Progressions > Asset Instances [Delete Asset Instance progression](http://ref.lootlocker.com/game/api-5291527.md): - Progressions [Get All Progressions](http://ref.lootlocker.com/game/api-5291506.md): - Progressions [Get Progression By Key](http://ref.lootlocker.com/game/api-5291507.md): - Messages [List Messages](http://ref.lootlocker.com/game/api-5291481.md): - Friends > Followers [List](http://ref.lootlocker.com/game/api-6660331.md): - Friends > Followers [Follow](http://ref.lootlocker.com/game/api-6660463.md): - Friends > Followers [Unfollow](http://ref.lootlocker.com/game/api-6660466.md): - Friends [List Friends](http://ref.lootlocker.com/game/api-5878942.md): - Friends [List Incoming Friend Requests](http://ref.lootlocker.com/game/api-5879198.md): - Friends [List Outgoing Friend Requests](http://ref.lootlocker.com/game/api-5879200.md): - Friends [Send Friend Request](http://ref.lootlocker.com/game/api-5879021.md): - Friends [Cancel Outgoing Friend Request](http://ref.lootlocker.com/game/api-11938683.md): - Friends [Accept Friend Request](http://ref.lootlocker.com/game/api-5879293.md): - Friends [Decline Friend Request](http://ref.lootlocker.com/game/api-5879294.md): - Friends [Delete Friend](http://ref.lootlocker.com/game/api-5879295.md): - Friends [List Blocked Players](http://ref.lootlocker.com/game/api-5879298.md): - Friends [Block Player](http://ref.lootlocker.com/game/api-5879376.md): - Friends [Unblock Player](http://ref.lootlocker.com/game/api-5879377.md): - Feedback > Category [List](http://ref.lootlocker.com/game/api-8077807.md): - Feedback > Moderation Reporting [[Legacy] Report Player](http://ref.lootlocker.com/game/api-5291530.md): - Feedback > Moderation Reporting [[Legacy] Report Asset](http://ref.lootlocker.com/game/api-5291531.md): - Feedback > Moderation Reporting [[Legacy] Get Player Report Reasons](http://ref.lootlocker.com/game/api-5291532.md): - Feedback > Moderation Reporting [[Legacy] Get Asset Report Reasons](http://ref.lootlocker.com/game/api-5291533.md): - Feedback > Moderation Reporting [[Legacy] Get Asset Report Types](http://ref.lootlocker.com/game/api-5291534.md): - Feedback > Moderation Reporting [Get Removed UGC for Player](http://ref.lootlocker.com/game/api-5291535.md): - Feedback [Create](http://ref.lootlocker.com/game/api-8077691.md): - Metadata [List Metadata](http://ref.lootlocker.com/game/api-9276922.md): - Metadata [Metadata Operations](http://ref.lootlocker.com/game/api-9280742.md): - Metadata [List Multisource Metadata](http://ref.lootlocker.com/game/api-9512670.md): - User Generated Content (UGC) > Asset Candidates [Get Asset Candidate](http://ref.lootlocker.com/game/api-10195457.md): # Getting a single Asset Candidate - User Generated Content (UGC) > Asset Candidates [List Asset Candidates](http://ref.lootlocker.com/game/api-5291420.md): - User Generated Content (UGC) > Asset Candidates [Create Asset Candidate](http://ref.lootlocker.com/game/api-5291421.md): - User Generated Content (UGC) > Asset Candidates [Add File to Asset Candidate](http://ref.lootlocker.com/game/api-5291422.md): - User Generated Content (UGC) > Asset Candidates [Update Asset Candidate](http://ref.lootlocker.com/game/api-5291423.md): - User Generated Content (UGC) > Asset Candidates [Delete Asset Candidate](http://ref.lootlocker.com/game/api-5291424.md): - Game [Ping](http://ref.lootlocker.com/game/api-5291528.md): - Collectables [Collect Collectable Item](http://ref.lootlocker.com/game/api-5291479.md): - Collectables [List Collectables](http://ref.lootlocker.com/game/api-5291480.md): - Missions [Get Mission](http://ref.lootlocker.com/game/api-9987024.md): - Missions [List Missions](http://ref.lootlocker.com/game/api-5291458.md): - Missions [Start Mission](http://ref.lootlocker.com/game/api-5291460.md): The `signature` returned from this endpoint is used help ensure correctness of event values, and needs to be combined with other information in the `Finish Mission` endpoint. See the description there for the math. - Missions [Finish Mission](http://ref.lootlocker.com/game/api-5291459.md): Calculate the `signature` using the following formula: