Create free rounds campaign
Creates the container that bonus codes attach to. A campaign fixes the stake per round, the currency, the eligible games and the validity window.
Create the campaign first, then issue one bonus code per player with Create free rounds bonus code.
Authorizations
Your operator identifier, issued by Zero-Dash during onboarding.
Hex-encoded HMAC-SHA512(apiPath|timestamp|data, secretKey). See Request signature.
Unix time in milliseconds, and the exact value signed. Requests older than 5 minutes are rejected.
Body
Unique campaign identifier chosen by you.
Display name of the campaign.
"XMAS 2026"
Stake redeemed by the player in one free round, as a decimal. Parsed as a Decimal on our side — send it as a JSON string if your language cannot represent the value exactly.
2.5
ISO-4217 currency of amount.
"USD"
Start of the redemption window (ISO-8601 UTC).
End of the redemption window (ISO-8601 UTC).
Games where the free rounds can be played. All of them must support free rounds.
How many rounds a single bonus code grants. Each round redeems the full campaign amount (5 USD × 2 rounds = 10 USD). Set it here or per bonus code.
x >= 1Response
Created. No response body.