Skip to content

Settle Prediction

Updates a prediction once the event has concluded and the outcome is known.

POST/prediction/v1/settle
Terminal window
curl -X POST https://api.juspredict.com/prediction/v1/settle \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"user_id": "user-uuid",
"prediction_id": "pred-uuid",
"event_outcome": "Team A",
"event_outcome_choice": "Yes",
"settlement_time": "2026-04-18T14:00:00Z"
}'
{
"status": { "type": "SUCCESS" }
}
FieldTypeDescription
statusStatusOperation status.