New API Issues with games/v2

I have a Node JS server that handles API requests so that I can get how many likes my game has, everything was working fine until recently my API that would pull the UniverseId randomly stopped working, it was using api.roblox.com and I’m assuming it was shut down because roblox announced they were sunsetting it.

My new problem is that whenever I try to use the new API it gives me an Error 401 which essentially means I don’t have authorization???

This is the API I’m using to pull UniverseId:
apiLink = "https://games.roblox.com/v1/games/multiget-place-details?placeIds=" + id;

If anyone knows how I can “gain authorization” which I’m assuming is the new API Key feature Roblox released which in my opinion is absolutely hilariously stupid considering 0 of their documentation even mentions on how to use the new authentication system.

1 Like

https://create.roblox.com/credentials - i think that’s what you are looking for. Cannot test it rn, so you have to manage it yourself. Here is another useful link - Managing API Keys | Roblox Creator Documentation
Edit: I think these links are useless, but stil worth a try