Skip to content

Stream Sport Events

Provides a real-time stream of updates for a specific sport event.

GET/user/v1/{event_id}/stream

Returns a stream of SportEvent objects.

{
"status": { "type": "SUCCESS" },
"event_id": "event-uuid",
"event_name": "Team A vs Team B",
"event_status": "LIVE"
}