Events are real-time notifications about specific actions that have occurred within your Auth0 tenant. You can use events in two ways:Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Event streams: Create event streams that execute on specific events to orchestrate asynchronous changes in Auth0 (like changes to a user or a flow that has completed) and forward them for external processing.
- The Events API: Receive events as Server-Sent Events (SSE) stream as a pull-based alternative to event streams.