Check out the Schema button for more of a guide as to how to format the request. It is a little counter intuitive in the sense that it takes a list of assets to grant permission to as opposed to a list of subjects.
i worded my post wrong my dearest apologies, i mean like, getting the permissions on an audio to see if the account linked to the cookie is whitelisted
Hey no that’s all good. Unfortunately I’m not exactly too certain how to actually fetch the permissions, but maybe actually using the asset delivery endpoint could help. If you’re just looking to see if the authenticated user can download/use the asset, you could attempt to access it through the delivery API and see if that succeeds. Check out the open cloud version here: https://create.roblox.com/docs/cloud/reference/features/assets#get_asset_delivery_api_v1_assetId__assetId_.
i tried searching the asset reference and found nothing relating to asset privacy or adding stuff into the permissions list on the experience-side, not the asset-side. do you happen to know any api key or cookie endpoints that do this?
p.s. im sorry for bothering you so much lol, i typically do luau coding and rarely open cloud so all this is new to me