How I can listen pubsub broadcast from outside app?

I have some EBS which sends some messages through https://${apiHost}/extensions/message/${channel_id}.
Messages like:
payload = {
content_type: ‘application/json’,
message: JSON.stringify({ type, data }),
targets: [‘broadcast’],
};
So can I catch this “broadcast” messages by some outside app?

Officially speaking: no

That is outside the design specification for Twitch Extension PubSub.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.