Tournament Webhook Events
Tournament Events that you can subscribe to.
See how to subscribe to webhook events here.
Matchup Information
{
"matchup": {
"id": "64c744cf-c837-422b-9da7-ff3a359525df", // ID of the matchup record
"type": "CASH_PERCENTAGE",
"status": "CLOSED",
"tenantId": "SAMPLE",
"createdAt": "2025-01-17T20:28:20.339716+00:00",
"expiresAt": "2025-01-31T20:00:00.000000+00:00",
"startsAt": "2025-01-20T20:00:00.000000+00:00",
"isPublic": true,
"gameId": "AIR-HOCKEY",
"title": "Awesome Tournament",
"description": "The most Awesome Tournament",
"metadataString": "{ \"someProperty\": 123 }",
"locationIds": [
"2f2d279b-6149-40a7-9f6d-38d9cbea23cd",
"ef01589e-c9ac-4214-846a-39648eccfbb9"
],
"fee": 5,
"buyInAmount": 10,
"numberOfParticipants": 3,
"maxParticipants": 250,
"maxAttempts": 3,
"poolNetAmount": 28.5,
"scoringType": "HIGHEST_SCORE", // or LOWEST_SCORE,
"privateCode": "PV6485",
"rewardStructure": [
{
"position": 1,
"positionOverride": null,
"value": 100,
"userId": "33e35526-410c-4517-81c3-2162cde5c786",
"userName": "DivineTarantula",
"tierNetAmount": 28.5
}
],
"users": [
{
"userId": "33e35526-410c-4517-81c3-2162cde5c786",
"userName": "DivineTarantula",
"userAvatarUrl": "https://api.lucrasports.com/assets/some-path-to-img",
"position": 1,
"positionOverride": null,
"metadataString": "{}",
"score": 580,
"rewardNetAmount": 28.5,
"canSubmitNewScore": false
},
{
"userId": "13c7a90f-76c8-401e-afee-f7d81d8e4420",
"userName": "FunnyBoar",
"userAvatarUrl": "https://api.lucrasports.com/assets/some-path-to-img",
"position": 2,
"positionOverride": null,
"metadataString": "{}",
"score": 570,
"rewardNetAmount": 0,
"canSubmitNewScore": false,
},
{
"userId": "a0116f41-cbd3-4d84-b445-8228baf3d908",
"userName": "SpareWasp",
"userAvatarUrl": "https://api.lucrasports.com/assets/some-path-to-img",
"position": 3,
"positionOverride": null,
"metadataString": "{}",
"score": 550,
"rewardNetAmount": 0,
"canSubmitNewScore": true
}
]
}
}
Tournament Created: TournamentCreated
TournamentCreatedTournament Canceled: TournamentCanceled
TournamentCanceledTournament Edited: TournamentEdited
TournamentEditedTournament Completed: TournamentCompleted
TournamentCompletedTournament User Joined: TournamentUserJoined
TournamentUserJoinedLast updated