# Create event stream

Create an event stream for a specific type of events. Transmit can report events related to authentication and user management (cis), management apps and settings (admin), identity verifications (verify), and Fraud Prevention (risk).

Endpoint: PUT /activities/stream
Security: oauth2

## Query parameters:

  - `type` (string, required)
    The event type to collect

  - `stream_id` (string, required)
    Event stream ID to collect events from

  - `enrichment` (boolean)
    Enrich the events with private data

