Skip to content

Stream Event Info

A gRPC-bidirectional stream that allows clients to subscribe/unsubscribe to real-time updates for specific events and questions.

POST/event/v1/streameventinfo
{
"user_id": "user-uuid",
"event_info": [
{ "event_id": "event-uuid", "action": 1 }
]
}
{
"status": { "type": "SUCCESS" },
"event_info": [
{ "event": { "id": "event-uuid", "live_data": "..." } }
]
}