{ "opencollection": "1.0.0", "info": { "name": "Twitch Drops Ads EventSub 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": "EventSub", "type": "folder" }, "items": [ { "info": { "name": "Twitch Get EventSub Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.twitch.tv/helix/eventsub/subscriptions", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "user_id", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query", "description": "Cursor for forward pagination" } ] }, "docs": "Gets a list of your EventSub subscriptions." }, { "info": { "name": "Twitch Create EventSub Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.twitch.tv/helix/eventsub/subscriptions", "headers": [ { "name": "Client-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an EventSub subscription." }, { "info": { "name": "Twitch Delete EventSub Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.twitch.tv/helix/eventsub/subscriptions", "headers": [ { "name": "Client-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "query" } ] }, "docs": "Deletes an EventSub subscription." } ] } ], "bundled": true }