Skip to main content
GET
Jackpot List
status
  • 0 = Inactive
  • 1 = Active
  • 2 = Awarded (Jackpot completed)

Headers

string
required
A unique identifier associated with operator calling API.
string
required
A SHA256 HMAC signature generated using the request body and timestamp. Format: HMAC_SHA256(JSON.stringify(data) + ’|’ + timestamp), signed using the provided secret key.
string
required
An Unix timestamp (milliseconds) Used to verify the request’s freshness. Ensure the same value is used in signature generation.
The signature will remain valid for only 5 minutes from the provided timestamp.
string
required
Must be set to application/json.

Query Parameters

number
Specifies the current page number for pagination purposes ( default is 1).
number
Specifies how many records to display on each page, controlling the size of each data segment (default is 10).
string
Optional filter to fetch jackpots for a specific game. Pass the game’s unique ID.

Response

string
required
Status of the request.
Data Object