cURL
curl --request GET \ --url http://localhost:8080/api/workspaces/{id}/board/events \ --header 'Authorization: Bearer <token>'
"<string>"
SSE stream that pushes a notification whenever board state changes. Clients should connect and re-fetch the board on receiving an event.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SSE event stream
The response is of type string.
string