Sign in

Get Channel Emotes

documented

Gets the broadcaster’s list of custom emotes.

GET /helix/chat/emotesChatno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.twitch.tv/helix/chat/emotes?broadcaster_id={{$broadcaster_id}}&emote_type={{$emote_type}}&emote_set_id={{$emote_set_id}}&first={{$first}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Client-Id: {{TWITCH_API_KEY}}" \
  -H "Accept: application/json"