I tried to find a way to get a player’s assets, such as shirts or gamepasses, however, when I use the Inventory API to try to get a player’s collections or do anything that requires and asset type ID, I receive this error:
{
"errors": [
{
"code": 3,
"message": "Specified asset type is invalid!",
"userFacingMessage": "Something went wrong",
"field": "assetType"
}
]
}
This seems to be a problem with the actual API and not any proxy, as attempting it with an HTTP request from my computer, from roblox’s own API documentation site, or from a proxy all result in that error.
Is this a bug with the API system or has roblox changed this part of the API recently? I don’t think it’s the latter, since the documentation site for the inventory API only allows a multiple choice answer: