- What do I want to achieve? I want to get the game passes that player created
so, I sent an request to the Inventory Api https://inventory.roblox.com/v2/users/1727762145/inventory?assetTypes=GamePass&limit=10&sortOrder=Asc
and it response with error
{
"errors": [
{
"code": 5,
"message": "Invalid asset type.",
"userFacingMessage": "Something went wrong"
}
]
}
but according to it AssetType | Roblox Creator Documentation GamePass
shouldn’t be a valid asset