How to get user's created gamepasses?

  1. 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

1 Like

Check out this topic

1 Like

thx for helping me @GameManCZ_GMC :smile: