Subscribe to playback update events
Playback
Subscribe to playback update events
Opens a server-sent events stream. Use the stream as an invalidation signal, then fetch now-playing or in-progress state separately.
GET
Subscribe to playback update events
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
SSE stream opened.
The response is of type string.
Example:
"event: ready\ndata: {\"connectedAt\":\"2026-06-08T12:00:00.000Z\"}\n\nevent: playback-update\ndata: {\"emittedAt\":\"2026-06-08T12:00:02.000Z\",\"sequence\":1,\"userId\":\"user_id\"}\n"