I have a website where I display the users who follows my Twitch channel,
It was working perfectly, but now I can’t get the users names anymore,
I used to do a request on https://api.twitch.tv/helix/users/follows with to_id parameter, but now I see on the Get Channel Followers API reference page, the endpoint has changed so I changed my code but I can’t get usernames, only the total : {"total":8,"data":[],"pagination":{}}
Additionally you might want to consider using EventSub then Twitch will call you with a new follower and just store that in your database and reference the database table instead.