{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Videos 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": "Videos", "type": "folder" }, "items": [ { "info": { "name": "Twitch Get Videos", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/videos", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "user_id", "value": "", "type": "query" }, { "name": "game_id", "value": "", "type": "query" }, { "name": "language", "value": "", "type": "query" }, { "name": "period", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "type", "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 information about one or more published videos." }, { "info": { "name": "Twitch Delete Videos", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.twitch.tv/helix/videos", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "query" } ] }, "docs": "Deletes one or more published videos." } ] } ], "bundled": true }