FreeRoundsInfoResponse
iduuidrequired
Free rounds ID (internal). The provider-generated free rounds identifier.
extIDstringrequired
Free rounds ID (external). The id the campaign was registered under by the operator.
gameIDsstring[]
List of game IDs the campaign is configured for.
Example:
["sg_catch_97"]quantityint32required
Total number of free rounds granted for the campaign.
Example:
10maxBetstringrequired
Maximum bet amount per attempt, in main currency units.
Example:
0.10maxMultdoublerequired
Maximum target multiplier for the campaign.
Example:
5currencystringrequired
Currency code in ISO4217.
Example:
USDvalidFromdate-timerequired
Start date when free rounds become available.
Example:
2026-01-01T00:00:00.000ZvalidUntildate-time
End date when free rounds become unavailable. Absent if the campaign never ends.
Example:
2026-02-28T23:59:59.999ZdeletedAtdate-time
Date the campaign was cancelled. Absent if the campaign is not cancelled.
Example:
2026-01-15T12:00:00.000ZFreeRoundsInfoResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"extID": "string",
"gameIDs": [
"sg_catch_97"
],
"quantity": 10,
"maxBet": "0.10",
"maxMult": 5,
"currency": "USD",
"validFrom": "2026-01-01T00:00:00.000Z",
"validUntil": "2026-02-28T23:59:59.999Z",
"deletedAt": "2026-01-15T12:00:00.000Z"
}