Retrieve a list of tournaments with comprehensive filtering options.
This endpoint supports pagination for efficient data retrieval.
{
"total": 3,
"data": [
{
"auto_win": true,
"created_at": "2025-09-15T07:58:44Z",
"created_by": 27687,
"end_date": "2025-11-11 09:23:00",
"multiplier": 1.5,
"operator_brand_config": {
"6": {
"brands": [
"55"
]
}
},
"operator_template_id": "EXT-123456",
"participation_scope": 0,
"prize_type": 1,
"prizes": {
"SpecificPositionPrize": [
{
"position": 1,
"prize": 200
},
{
"position": 2,
"prize": 100
},
{
"position": 3,
"prize": 50
}
]
},
"providers": {
"26": {
"games": [
"82685"
]
}
},
"result_url": "https://example.com/tournament/result",
"rules": {
"BetToPointsConversion": [
{
"points_to_add": 5,
"required_wager": 50
}
],
"MinimumBetAmount": [
{
"required_wager": 10
}
],
"MinimumBetsOrRoundsRequired": [
{
"required_bets": 10,
"required_rounds": 1
}
],
"WinToPointsConversion": [
{
"points_to_add": 10,
"required_win": 100
}
]
},
"start_date": "2025-11-09 08:23:00",
"status": 2,
"tournament_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"tournament_name": "tournament test version 11",
"updated_at": "2025-09-15T08:09:40Z",
"updated_by": 27687
},
{
"auto_win": true,
"created_at": "2025-09-14T19:13:04Z",
"created_by": 3,
"end_date": "2025-10-11 09:23:00",
"multiplier": 1.5,
"operator_brand_config": {
"6": {
"brands": [
"55"
]
}
},
"operator_template_id": "EXT-123456",
"participation_scope": 0,
"prize_type": 1,
"prizes": {
"SpecificPositionPrize": [
{
"position": 1,
"prize": 200
},
{
"position": 2,
"prize": 100
},
{
"position": 3,
"prize": 50
}
]
},
"providers": {
"26": {
"games": [
"82685"
]
}
},
"result_url": "https://example.com/tournament/result",
"rules": {
"BetToPointsConversion": [
{
"points_to_add": 5,
"required_wager": 50
}
],
"MinimumBetAmount": [
{
"required_wager": 10
}
],
"MinimumBetsOrRoundsRequired": [
{
"required_bets": 10,
"required_rounds": 1
}
],
"WinToPointsConversion": [
{
"points_to_add": 10,
"required_win": 100
}
]
},
"start_date": "2025-10-09 08:23:00",
"status": 2,
"tournament_id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"tournament_name": "avi ac11",
"updated_at": "2025-09-15T08:13:07Z",
"updated_by": 27687
},
{
"auto_win": true,
"created_at": "2025-09-01T07:09:44Z",
"created_by": 27687,
"end_date": "2025-09-11 09:24:00",
"multiplier": 1.5,
"operator_brand_config": {
"6": {
"brands": [
"55"
]
}
},
"operator_template_id": "EXT-123456",
"participation_scope": 0,
"prize_type": 1,
"prizes": {
"SpecificPositionPrize": [
{
"position": 1,
"prize": 200
},
{
"position": 2,
"prize": 100
},
{
"position": 3,
"prize": 50
}
]
},
"providers": {
"26": {
"games": [
"82685"
]
}
},
"result_url": "https://example.com/tournament/result",
"rules": {
"BetToPointsConversion": [
{
"points_to_add": 5,
"required_wager": 50
}
],
"MinimumBetAmount": [
{
"required_wager": 10
}
],
"MinimumBetsOrRoundsRequired": [
{
"required_bets": 10,
"required_rounds": 1
}
],
"WinToPointsConversion": [
{
"points_to_add": 10,
"required_win": 100
}
]
},
"start_date": "2025-09-09 08:23:00",
"status": 2,
"tournament_id": "550e8400-e29b-41d4-a716-446655440000",
"tournament_name": "tournament test version 11",
"updated_at": "2025-09-01T07:13:09Z",
"updated_by": 27687
}
],
"message": ""
}
Defines which operators and brands can participate in the tournament.
Specifies which game providers and specific games are included.
Defines the prize structure for tournament winners.
Tournament rules that define how players earn points and participation requirements.
Replace with your actual Sinatra back office credentials.