{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Teams 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": "Teams", "type": "folder" }, "items": [ { "info": { "name": "Twitch Get Teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/teams", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" } ] }, "docs": "Gets information about a Twitch team." }, { "info": { "name": "Twitch Get Channel Teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/teams/channel", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "broadcaster_id", "value": "", "type": "query" } ] }, "docs": "Gets the teams that a broadcaster belongs to." } ] } ], "bundled": true }