{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads 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": "Ads", "type": "folder" }, "items": [ { "info": { "name": "Twitch Start Commercial", "type": "http" }, "http": { "method": "POST", "url": "https://api.twitch.tv/helix/channels/ads", "headers": [ { "name": "Client-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts a commercial on the specified broadcaster's channel." } ] } ], "bundled": true }