{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Subscriptions 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": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Twitch Get Broadcaster Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/subscriptions", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "broadcaster_id", "value": "", "type": "query" }, { "name": "user_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 a list of all subscribers to the specified broadcaster." } ] } ], "bundled": true }