inventory.roblox.com
Assets
GET
Gets a list of owners of an asset.
/v2/assets/{assetId}/ownersinventory.roblox.com
GET
Gets a list of owners of a collectible item.
/v2/collectible-items/{collectibleItemId}/ownersinventory.roblox.com
DELETE
Give up an asset owned by the authenticated user. Assets that are created by Roblox user or are limited edition are not eligible for deletion and will return NotEligibleForDelete.
/v2/inventory/asset/{assetId}inventory.roblox.com
Interactions
GET
Return favorites categories for a user
/v1/users/{userId}/categories/favoritesinventory.roblox.com
Inventories
POST
Adds an item to the appropriate collection
/v1/collections/items/{itemType}/{itemTargetId}inventory.roblox.com
DELETE
Removes an item to the appropriate collection
/v1/collections/items/{itemType}/{itemTargetId}inventory.roblox.com
Places
GET
Gets Created, MyGames, or OtherGames places inventory for a user
/v1/users/{userId}/places/inventoryinventory.roblox.com
Users
GET
Gets all collectible assets owned by the specified user.
/v1/users/{userId}/assets/collectiblesinventory.roblox.com
GET
Return inventory categories for a user
/v1/users/{userId}/categoriesinventory.roblox.com
GET
Gets whether a user owns an item of type itemType with id itemTargetId.
/v1/users/{userId}/items/{itemType}/{itemTargetId}/is-ownedinventory.roblox.com
Not Recommended
GET
Get user's inventory by multiple Roblox.Platform.Assets.AssetType.
/v2/users/{userId}/inventoryinventory.roblox.com
GET
Gets user's inventory based on specific asset type
/v2/users/{userId}/inventory/{assetTypeId}inventory.roblox.com
GET
Given a package ID, returns the list of asset IDs for that package
/v1/packages/{packageId}/assetsinventory.roblox.com
GET
Gets whether the specified user's inventory can be viewed.
/v1/users/{userId}/can-view-inventoryinventory.roblox.com
GET
Gets owned items of the specified item type. Game Servers can make requests for any user, but can only make requests for game passes that belong to the place sending the request. Place creators can make requests as if they were the Game Server.
/v1/users/{userId}/items/{itemType}/{itemTargetId}inventory.roblox.com