{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Configuration 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": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Twitch Get Extension Configuration Segment", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/extensions/configurations", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "broadcaster_id", "value": "", "type": "query" }, { "name": "extension_id", "value": "", "type": "query" }, { "name": "segment", "value": "", "type": "query" } ] }, "docs": "Gets the specified configuration segment from the specified extension." }, { "info": { "name": "Twitch Set Extension Configuration Segment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.twitch.tv/helix/extensions/configurations", "headers": [ { "name": "Client-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets a single configuration segment for a specific extension." }, { "info": { "name": "Twitch Set Extension Required Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.twitch.tv/helix/extensions/required_configuration", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "broadcaster_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Marks the extension's required configuration string as set." } ] } ], "bundled": true }