{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Streams 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": "Streams", "type": "folder" }, "items": [ { "info": { "name": "Twitch Get Streams", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/streams", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "user_id", "value": "", "type": "query" }, { "name": "user_login", "value": "", "type": "query" }, { "name": "game_id", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "language", "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" }, { "name": "before", "value": "", "type": "query", "description": "Cursor for backward pagination" } ] }, "docs": "Gets a list of all streams matching the provided filters." }, { "info": { "name": "Twitch Get Followed Streams", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/streams/followed", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "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 the list of streams that the authenticated user follows." }, { "info": { "name": "Twitch Get Stream Markers", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/streams/markers", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "user_id", "value": "", "type": "query" }, { "name": "video_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" }, { "name": "before", "value": "", "type": "query", "description": "Cursor for backward pagination" } ] }, "docs": "Gets a list of markers from the user's most recent stream or from a specific VOD." }, { "info": { "name": "Twitch Create Stream Marker", "type": "http" }, "http": { "method": "POST", "url": "https://api.twitch.tv/helix/streams/markers", "headers": [ { "name": "Client-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a marker in the stream at the current timestamp." }, { "info": { "name": "Twitch Get Stream Key", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/streams/key", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "broadcaster_id", "value": "", "type": "query" } ] }, "docs": "Gets the broadcaster's stream key." }, { "info": { "name": "Twitch Get Stream Tags", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/tags/streams", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "broadcaster_id", "value": "", "type": "query" } ] }, "docs": "Gets the list of stream tags for the specified broadcaster." } ] } ], "bundled": true }