All “ids” can be gotten from the Get Users Endpoint
Different labels are used on endpoints to describe relationships between the entities involved in a API call
So my
- user_id is 15185913
- broadcaster_id is 15185913
- moderator_id is 15185913
and so on
So as a moderator of cohhcarnage for this call I would use
https://api.twitch.tv/helix/chat/chatters?broadcaster_id=26610234&moderator_id=15185913
With a oAuth token of type “user” and the scope moderator:read:chatters attached
What is the error you are getting back? The response body should include a descriptive message to describe the problem
The usual suspect is you generated a client_credentials/app access token.
Or your user token is not for you and/or doesn’t have the needed scope