hi, does anyone know the new endpoint to retrieve the player game pass? few days ao I still can fetch all player gamepass with this endpoint, I was using roproxy
if nextPageCursor then
data = http:GetAsync("https://www.roblox.com/users/inventory/list-json?assetTypeId="..tostring(assetId).."&cursor="..nextPageCursor.."&itemsPerPage=100&userId="..tostring(plrId))
else
data = http:GetAsync("https://www.roblox.com/users/inventory/list-json?assetTypeId="..tostring(assetId).."&cursor=&itemsPerPage=100&userId="..tostring(plrId))
end
https://www.roblox.com/users/inventory/list-json?assetTypeId=34&cursor=&itemsPerPage=100&userId=3804564289
when I try to visit it via browser it gives me the error 404 not found