In the Legacy Twitch API v5, I can get multiple streamers’ followers using [Get Live Streams] at single request.
latest version api, I can get the streamer’s followers can get using [Get Users Follows] but the “to_id” is cannot be set multiple id.
How do I get followers of multiple streamers in a single request?
You can’t. You need to make 1 request for each channel.
I got it. thank you.