Help getting list of user's favorite shirts?

I’d like to input an accessory/clothing item’s asset and see if a Player has it favorited. I can find no documentation on how I would accomplish this either in a batch system or through a one-by-one basis. If you can help steer me in the right direction, I’d appreciate it!

The following is the API endpoint you’re looking for.
https://www.roblox.com/users/favorites/list-json?assetTypeId=1&itemsPerPage=100&pageNumber=1&userId=1

and here’s a list of valid asset type IDs.
https://developer.roblox.com/en-us/api-reference/enum/AssetType

1 Like