{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Platforms 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": "Platforms", "type": "folder" }, "items": [ { "info": { "name": "Twitch Query Platforms", "type": "http" }, "http": { "method": "POST", "url": "https://api.twitch.tv/helix/platforms", "headers": [ { "name": "Client-ID", "value": "" } ] }, "docs": "Query gaming platforms using Apicalypse query language." } ] } ], "bundled": true }