{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Pubsub API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://id.twitch.tv/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Pubsub", "type": "folder" }, "items": [ { "info": { "name": "Twitch Send Extension PubSub Message", "type": "http" }, "http": { "method": "POST", "url": "https://api.twitch.tv/helix/extensions/pubsub", "headers": [ { "name": "Client-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a PubSub message to one or more channels the extension is installed on." } ] } ], "bundled": true }