{ "opencollection": "1.0.0", "info": { "name": "Stack Exchange Access Tokens Events API", "version": "2.3" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Stack Exchange List Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackexchange.com/2.3/events", "params": [ { "name": "site", "value": "", "type": "query", "description": "Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`)." }, { "name": "access_token", "value": "", "type": "query", "description": "OAuth 2.0 access token. Required for any /me surface and any write." }, { "name": "key", "value": "", "type": "query", "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP." }, { "name": "filter", "value": "", "type": "query", "description": "Custom response filter id created via /filters/create." }, { "name": "since", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://stackoverflow.com/oauth", "accessTokenUrl": "https://stackoverflow.com/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Recent network events (last ~15 seconds) for the authenticated user.\nRequires authentication.\n" } ] } ], "bundled": true }