Skip to main content
GET
/
api
/
workspaces
/
{id}
/
board
/
events
Board Events SSE
curl --request GET \
  --url http://localhost:8080/api/workspaces/{id}/board/events \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - text/event-stream

SSE event stream

The response is of type string.