Get user followers: https://dev.twitch.tv/docs/api/reference#get-users-follows
client_id
Required
Your Twitch app’s Client ID - get this from Twitch apps under the “Manage” button.
user_id
Required
The Twitch user ID you want to look up the followers for. If you don’t know the user ID, you can enter the username into here: https://stevesie.com/apps/twitch-api/user-details or try searching for the user here: https://stevesie.com/apps/twitch-api/channel-search
access_token
Required
Twitch Access Token - you can get this here: https://stevesie.com/apps/twitch-api/authentication
pagination_cursor
Optional
Used for paginating large lists of followers. Send blank for the first request, then fill with the cursor
value in the response to get the next page and so on…
Get user followers: https://dev.twitch.tv/docs/api/reference#get-users-follows
/helix/users/follows
?to_id={{ user_id }}&first=100&after={{ pagination_cursor }}
Body
Headers
{{client_id}}
Bearer {{ access_token }}