What json response do you get from having premium? [CLOSED]

So im trying to get a response from this api: https://premiumfeatures.roblox.com/v1/users/1/subscriptions

but the response im getting is this: {“errors”:[{“code”:0,“message”:“InternalServerError”}]},

I want to know what response it gives out as i need it for a discord bot i am developing, can someone explain why its giving that response, or a way to get the correct response? thanks.
(i think its because i dont have premium, and if someone with premium sees this post, can you try going on the link and responding with what it says?)

Are you trying to check If someone has Premium?

Yes, but from a discord bot, that uses GET for the api link.

This endpoint returns true or false If someone has Premium or not:

https://premiumfeatures.roblox.com/v1/users/{user_id}/validate-membership

1 Like

To explain better, i wanna know what tier they have, and i need the response so the bot understands it.

These are the docs, thats all i can find:

https://premiumfeatures.roblox.com/docs/index.html

i need it especially from this api https://premiumfeatures.roblox.com/v1/users/1/subscriptions, I need someone that has premium, from what i know.

Well but an Internal Server Error doesn’t mean you don’t have access.

From what i know, you can only use your user id, so if we dont have someone with premium we’re done-so