Skip to content

Get Dashboard

Returns a summary of the business owner’s screens and live/upcoming events available for display.

POST/tv/v1/dashboard
Terminal window
curl -X POST https://api.juspredict.com/tv/v1/dashboard \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"screen_id": "screen-uuid",
"event_limit": 5
}'
{
"status": { "type": "SUCCESS" },
"all_screens": [...],
"live_events": [
{
"event_id": "event-uuid",
"event_name": "Match X vs Y",
"questions": [...]
}
]
}
FieldTypeDescription
statusStatusOperation status.