Tree Terminal

Connect to synoptic streams in Tree Terminal with the url

wss://api.synoptic.com/v1/ws/on-stream-post-tree?apiKey=<YOUR_KEY>

Optionally, you can add the following query parameters

  • streamIds: string (optional) — Comma-separated list of stream IDs. Only posts from these streams will be returned if specified.

    • If omitted → defaults to all streams the user is subscribed to.

    • If provided but empty → also defaults to all streams the user is subscribed to.

    • If provided with values → only posts from the specified streams are returned.

  • lastPosts: number (optional) - On connection, receive lastPosts recent posts from each stream you are connected to. Default: 0.

Last updated