List the games this casino may use
GET/games
Returns the catalog filtered to this casino's allowlist.
An empty allowlist returns an empty list — it does not mean "all games".
A newly created casino with nothing allowed sees {"games": []} and every
battle creation fails with game_not_allowed, which reads like a broken
integration and is a configuration state.
Allowlist changes are cached for up to 30 seconds, shared across every process of the instance. A change made in the admin console drops that cache on save, so it is normally visible at once.
Scope: games:read
Responses
- 200
- 401
- 403
- 500
The allowed catalog
Missing, malformed, revoked or expired API key
The key lacks games:read, or the casino is suspended
The allowlist could not be loaded