{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Predictions 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": "Predictions", "type": "folder" }, "items": [ { "info": { "name": "Twitch Get Predictions", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/predictions", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "broadcaster_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" }, { "name": "first", "value": "", "type": "query", "description": "Maximum number of items to return" }, { "name": "after", "value": "", "type": "query", "description": "Cursor for forward pagination" } ] }, "docs": "Gets predictions for the specified broadcaster's channel." }, { "info": { "name": "Twitch Create Prediction", "type": "http" }, "http": { "method": "POST", "url": "https://api.twitch.tv/helix/predictions", "headers": [ { "name": "Client-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a prediction for the specified broadcaster's channel." } ] } ], "bundled": true }