List tournaments
Casino Integration Endpoints
List Tournaments
Retrieve a list of tournaments with filtering options
GET
List tournaments
This endpoint retrieves a paginated list of tournaments with optional filtering by status, game type, and date range. Use this to display available tournaments in your casino interface or to monitor tournament activity.
Authorizations
Operator API key with role-based permissions (tournaments.read, players.write, etc.)
Query Parameters
Filter by tournament status
Available options:
scheduled, in_progress, completed, cancelled Filter by game type
Example:
"crash-classic"
Filter tournaments from this date
Filter tournaments to this date
Number of items per page
Required range:
1 <= x <= 100Page number
Required range:
x >= 1
