Skip to content

Get Screen Display

Public endpoint used by the venue’s TV display application to fetch the current screen state and questions using a session token.

POST/tv/v1/screen/display
Terminal window
curl -X POST https://api.juspredict.com/tv/v1/screen/display \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"session_token": "token-abc"
}'
{
"status": { "type": "SUCCESS" },
"screen": { "screen_name": "Main Wall" },
"event": { "event_name": "Match X vs Y" }
}
FieldTypeDescription
statusStatusOperation status.