Skip to main content
The private SSE stream requires a token and delivers full SourceEvent payloads — no truncation. Generate a token via /stream/token, then connect.

Setup

1

Generate a token

Response:
Tokens are valid for 24 hours.
2

Connect to the stream

Connection

Query Parameters

Response Format

Full SourceEvent payloads (same as webhooks and WebSocket):

Auto-Reconnect & Buffer

  • EventSource automatically reconnects on connection loss
  • Server sends keepalive comments (:) every 15 seconds
  • Last 5 events are buffered and replayed on reconnection

vs Public SSE