{ "info": { "_postman_id": "76b1d0e4-5eb0-45b9-b14b-77ea0ff0a96b", "name": "Stack Exchange Access Tokens Events API", "description": "Public, read-mostly HTTP/JSON API spanning all 180+ Stack Exchange sites\n(Stack Overflow, Server Fault, Super User, Ask Ubuntu, Stats, Math Overflow, ...).\n\nAll method families live under a single base URL with a uniform wrapper\n(`items`, `has_more`, `page`, `quota_max`, `quota_remaining`, `backoff`).\nRead access is unauthenticated. Write methods require OAuth 2.0 with the\nappropriate scopes (`write_access`, `private_info`, `no_expiry`).\n\nMost paths take a required `site` query parameter naming the target Q&A\ncommunity (`stackoverflow`, `serverfault`, `superuser`, ...). Use `/sites`\nto enumerate the network.\n\n\nContact Support:\n Name: Stack Exchange API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:04:43.000Z", "updatedAt": "2026-07-28T03:04:44.000Z", "lastUpdatedBy": "35240", "uid": "35240-76b1d0e4-5eb0-45b9-b14b-77ea0ff0a96b" }, "item": [ { "name": "events", "item": [ { "name": "Stack Exchange List Events", "id": "8a8415c9-457c-4b7e-9b9b-164ea5247ac9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "read_inbox no_expiry write_access private_info", "type": "string" }, { "key": "accessTokenUrl", "value": "https://stackoverflow.com/oauth/access_token", "type": "string" }, { "key": "authUrl", "value": "https://stackoverflow.com/oauth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/events?site=stackoverflow&access_token=&key=&filter=&since=", "host": [ "{{baseUrl}}" ], "path": [ "events" ], "query": [ { "description": "(Required) Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`).", "key": "site", "value": "stackoverflow" }, { "description": "OAuth 2.0 access token. Required for any /me surface and any write.", "key": "access_token", "value": "" }, { "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP.", "key": "key", "value": "" }, { "description": "Custom response filter id created via /filters/create.", "key": "filter", "value": "" }, { "key": "since", "value": "" } ] }, "description": "Recent network events (last ~15 seconds) for the authenticated user.\nRequires authentication.\n" }, "response": [ { "id": "873beab4-35e5-4629-89c0-55fc817c32a7", "name": "A page of events.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/events?site=stackoverflow&access_token=&key=&filter=&since=", "host": [ "{{baseUrl}}" ], "path": [ "events" ], "query": [ { "description": "(Required) Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`).", "key": "site", "value": "stackoverflow" }, { "description": "OAuth 2.0 access token. Required for any /me surface and any write.", "key": "access_token", "value": "" }, { "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP.", "key": "key", "value": "" }, { "description": "Custom response filter id created via /filters/create.", "key": "filter", "value": "" }, { "key": "since", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"has_more\": \"\",\n \"quota_max\": \"\",\n \"quota_remaining\": \"\",\n \"backoff\": \"\",\n \"error_id\": \"\",\n \"error_message\": \"\",\n \"error_name\": \"\",\n \"page\": \"\",\n \"page_size\": \"\",\n \"total\": \"\",\n \"type\": \"\",\n \"items\": [\n {\n \"event_type\": \"\",\n \"event_id\": \"\",\n \"creation_date\": \"\",\n \"link\": \"\",\n \"excerpt\": \"\"\n },\n {\n \"event_type\": \"\",\n \"event_id\": \"\",\n \"creation_date\": \"\",\n \"link\": \"\",\n \"excerpt\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:04:44.000Z", "updatedAt": "2026-07-28T03:04:44.000Z", "uid": "35240-873beab4-35e5-4629-89c0-55fc817c32a7" } ], "createdAt": "2026-07-28T03:04:44.000Z", "updatedAt": "2026-07-28T03:04:44.000Z", "uid": "35240-8a8415c9-457c-4b7e-9b9b-164ea5247ac9" } ], "id": "bf7f697c-0bd6-4dec-8355-a13f1b77c88a", "createdAt": "2026-07-28T03:04:44.000Z", "updatedAt": "2026-07-28T03:04:44.000Z", "uid": "35240-bf7f697c-0bd6-4dec-8355-a13f1b77c88a" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "query", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.stackexchange.com/2.3" } ] }