{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Bits 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": "Bits", "type": "folder" }, "items": [ { "info": { "name": "Twitch Get Bits Leaderboard", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/bits/leaderboard", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "count", "value": "", "type": "query", "description": "Number of results to return" }, { "name": "period", "value": "", "type": "query", "description": "Time period for the leaderboard" }, { "name": "started_at", "value": "", "type": "query", "description": "Start date for the leaderboard period" }, { "name": "user_id", "value": "", "type": "query", "description": "Filter by specific user ID" } ] }, "docs": "Gets the Bits leaderboard for the authenticated broadcaster." }, { "info": { "name": "Twitch Get Cheermotes", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/bits/cheermotes", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "broadcaster_id", "value": "", "type": "query", "description": "The ID of the broadcaster whose Cheermotes to retrieve" } ] }, "docs": "Gets a list of Cheermotes that users can use to cheer Bits." } ] } ], "bundled": true }