{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Transactions 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": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Twitch Get Extension Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/extensions/transactions", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "extension_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" }, { "name": "first", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" } ] }, "docs": "Gets a list of transactions for the specified extension." }, { "info": { "name": "Twitch Get Extension Bits Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/extensions/bits/products", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "should_include_all", "value": "", "type": "query" } ] }, "docs": "Gets a list of Bits products registered for the extension." }, { "info": { "name": "Twitch Update Extension Bits Product", "type": "http" }, "http": { "method": "PUT", "url": "https://api.twitch.tv/helix/extensions/bits/products", "headers": [ { "name": "Client-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds or updates a Bits product registered for the extension." } ] } ], "bundled": true }