CreateFreeRoundsRequest
Free rounds ID (external). Used as idempotency key. Same ID can be used to create free rounds only once.
free_rounds_idClient's ID (internal)
External Client's ID (game aggregator or casino)
your_ext_idList of game IDs. If not provided, free rounds will be available for all games.
["sg_catch_97","sg_swipe_97"]List of player IDs (external). If not provided, free rounds will be available for all players.
["player123","player456"]Currency code in ISO4217
USDNumber of free rounds.
Possible values: >= 1 and <= 99
10Number of bet line configured for this game/provider. You can find more information in related section Free Rounds Bet Lines.
Possible values: >= 1 and <= 99
20Start date when free rounds become available.
2026-01-01T00:00:00.000ZEnd date when free rounds become unavailable. If not provided then this campaign never ends. If you provide finite validity duration, it should not exceed 30 days.
2026-02-28T23:59:59.999Z{
"extID": "free_rounds_id",
"cID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"extCID": "your_ext_id",
"gameIDs": [
"sg_catch_97",
"sg_swipe_97"
],
"userIDs": [
"player123",
"player456"
],
"currency": "USD",
"quantity": 10,
"betLine": 20,
"validFrom": "2026-01-01T00:00:00.000Z",
"validUntil": "2026-02-28T23:59:59.999Z"
}