Skip to main content
WEBHOOK
/
tournament-webhook
{
  "eventType": "<string>",
  "eventId": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "tournamentId": "<string>",
  "operatorId": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Operator API key with role-based permissions (tournaments.read, players.write, etc.)

Body

application/json
eventType
string
eventId
string
timestamp
string<date-time>
tournamentId
string
operatorId
string
data
object

Response

200

Webhook received successfully