Skip to main content
GET
Stream a sender's LinkedIn changes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

profile_id
string<uuid>
required

Response

A stream of change events; each SSE frame's data is one event.

One frame of the sender's live stream, as the documentation describes it.

The stream is a wake-up channel, not a data channel: every frame names what changed and the client re-reads. kind is the SSE event: field — hello, resync, reconnect, or one of the account signals (state_changed, disconnected, action_queued, action_approved, action_rejected, action_cancelled).