Get reward redeems with IRC Chat?

You have to pass a Type… so in my case I want to monitor channel.update and channel.channel_points_custom_reward.add

I was originally thinking you could do

{
  "type": "user.update channel.channel_points_custom_reward.add",
  "version": "1",
  "condition": {
    "broadcaster_user_id": "1234"
  },
  "transport": {
    "method": "websocket",
    "sessionid": "123abcxyz"
  }
}

Two types in one call.

I take it probably not this way as if one of the types failed for whatever reason, that would complicated the response on what failed and what passsed.

But it looks like just two to HTTP POST’s … one for each TYPE I want to monitor and re-use the sessionID for each POST.