{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions events API", "version": "1.0.0" }, "items": [ { "info": { "name": "events", "type": "folder" }, "items": [ { "info": { "name": "Subscribe to Events Via Server-Sent Events (SSE)", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/events", "params": [ { "name": "from", "value": "", "type": "query", "description": "Opaque token representing position in the stream. If not provided, stream will start from the latest events." }, { "name": "from_timestamp", "value": "", "type": "query", "description": "RFC-3339 timestamp indicating where to start streaming events from. This should only be used on the initial query when a cursor may not be available. Subsequent requests should use the cursor (from) as it will be more accurate." }, { "name": "event_type", "value": "", "type": "query", "description": "Event type(s) to listen for. Specify multiple times for multiple types (e.g., ?event_type=user.created&event_type=user.updated). If not provided, all event types will be streamed." } ] }, "docs": "Subscribe to events via Server-Sent Events (SSE)" } ] } ], "bundled": true }