Get Custom Reward Redemption
documentedGets a list of redemptions for a custom reward.
GET /helix/channel-points/redemptionsChannel Pointsno implementation yet0 runsNo 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/channel_points/custom_rewards/redemptions?broadcaster_id={{$broadcaster_id}}&reward_id={{$reward_id}}&id={{$id}}&status={{$status}}&sort={{$sort}}&after={{$after}}&first={{$first}}" \
-X GET \
-H "Client-Id: {{TWITCH_API_KEY}}" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"