{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Ingest 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": "Ingest", "type": "folder" }, "items": [ { "info": { "name": "Twitch Get Ingest Servers", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/api/v2/ingests" }, "docs": "Gets a list of Twitch ingest servers for broadcasting. Returns servers sorted by proximity to the requester. Broadcasters should connect to the lowest-numbered available server." } ] } ], "bundled": true }