Live team-match stream (SSE)
GET/orgs/:orgSlug/events/:eventSlug/leaderboard/team-match/stream
A Server-Sent Events stream for team-match (Ryder-Cup-style) events. The
response is text/event-stream; each update arrives as an event named
leaderboard whose data: is the same JSON as
GET .../leaderboard/team-match. See the Real-time guide.
Request
Responses
- 200
- 400
- 404
An SSE stream.
The event is not a team-match event.
Resource not found (plain-text body).