---
title: "Subscribe to real time events."
method: GET
path: "/api/v1/events/subscribe"
tags: ["Events"]
---

# Subscribe to real time events.

`GET /api/v1/events/subscribe`

Subscribe to events. An `EventSource` can be used to listen to events (the
Swagger test page won't work).

Each client connection is unique to that client app, and clients will only
receive the events that are meant for them.

The JWT must be sent in the `authorization` query param instead of the
header.<br /><hr /><h3>🛡️ Requires Capabilities: None</h3>

## Query parameters

- `authorization` string, required

## Response `200`

---

[API](https://skmtc.dev/cardinalapps/apis/cardinal-media-server-api.md) · [All operations](https://skmtc.dev/cardinalapps/apis/cardinal-media-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cardinalapps/cardinal-media-server-api/revisions/b09fd4df42df/schema)
