Endpoints
Fetches real-time delay recommendations for a specified list of events.
Authorizations
Body
Responses
200
Success
401
Unauthorized
application/json
403
Access denied
application/json
429
Throttled
application/json
500
Internal error
application/json
post
POST https://<URL>/fetch HTTP/1.1
'Authorization: Bearer <JWT>'
'Accept: */*'
{
"items": [
{
"eventId": "text",
"liveTimeDelaySettings": {
"liveTimeDelayTv": 1,
"liveTimeDelayUmpire": 1,
"liveTimeDelayVenue": 1
},
"liveTr": 1,
"prematchTr": 1
}
]
}
Was this helpful?