{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads Whispers 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": "Whispers", "type": "folder" }, "items": [ { "info": { "name": "Twitch Send Whisper", "type": "http" }, "http": { "method": "POST", "url": "https://api.twitch.tv/helix/whispers", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "from_user_id", "value": "", "type": "query" }, { "name": "to_user_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a whisper message to the specified user." } ] } ], "bundled": true }