GET https://inventory.roblox.com/v1/users/:userId/items/:itemType/:itemTargetId
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.
userId ID of the user in question
itemType Type of the item in question (i.e. Asset, GamePass, Badge, Bundle)
itemTargetId ID of the item in question
GET https://inventory.roblox.com/v1/users/:userId/items/:itemType/:itemTargetId 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. userId ID of the user in question itemType Type of the item in question (i.e. Asset, GamePass, Badge, Bundle) itemTargetId ID of the item in question