Pretty much as the title says, from my application I can’t read channel bans even if the access token has the moderation:read scope granted. Whenever I try to do a request to this endpoint
where channel_id is the ID of the broadcaster channel and user_id is the ID of the user I want to check if is banned. In the header I’m passing the application Client ID, the application/vnd.twitchtv.v5+json Accept header and the access token of the broadcaster with the moderation:read scope granted with OAuth. Is something missing from the request or is something going on? Because it worked until today with no problem. It also refreshed the token several times before today, so I don’t know if it could be related to the refresh token endpoint not returning a correct token