Real time API
Match Play offers an experimental web socket connect for real time updates for tournaments.
Connecting to the web socket
wss://ws.app.matchplay.events/app/tnrxzkahdeullnwje83e?protocol=7&client=js&version=8.5.0&flash=falseSubscribing to the tournament channel
{
"event":"pusher:subscribe",
"data":{
"auth":"",
"channel":"tournaments.{TOURNAMENT_ID}"
}
}Receiving events
Event name
Payload
Last updated