Endpoints

Retrieve Event information

post

Fetches real-time delay recommendations for a specified list of events.

Authorizations
UnusedstringRequired

Bearer authentication header of the form Bearer <TOKEN>.

Body
Responses
200

Success

post
/fetch
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
    }
  ]
}

Last updated

Was this helpful?