Hey everyone! i’m trying to get a user’s discourse subscriptions (through the official plugin) using the api. But anytime I try it returns
{"errors":["You need to be logged in to do that."],"error_type":"not_logged_in"}
I’m passing in their csrf token (which has been validated to work before making the request), I’ve found all this through reversing the api but it seems I might be missing something? Thanks to whoever provides a solution!