Badges API not returning anything on certain accounts?

I’m trying to use the following API through my web server in a Roblox game:
https://badges.roblox.com/v1/users/71510352/badges

The API appears to work just fine by retuning my badges, but when I make a request to the API using the alt account used by my proxy I don’t get anything at all:
{"previousPageCursor":null,"nextPageCursor":null,"data":[]}

I’ve tried updating my cookie on the proxy to no avail, and I also notice I get the same behavior when requesting the API in incognito (no cookies), but if I add the ROBLOSECURITY cookie that my main account has then I get the badges just fine.
Obviously I don’t want to start having to use the cookie of my main account in the proxy for security reasons, so I wonder what could be causing this issue in the first place?

2 Likes

Inventory privacy now affects badges.

1 Like