Get Current Jackpot Values
RGS API
Get Current Jackpot Values
Retrieves current jackpot values for all jackpot groups available to the operator calling this endpoint.
Get Current Jackpot Values
Documentation Index
Fetch the complete documentation index at: https://docs.game-services.work/llms.txt
Use this file to discover all available pages before exploring further.
GET /platform/api/jackpots/current
Headers
| Name | Type | Description |
|---|---|---|
| Authorization | string | Bearer token authorization header (format: Bearer your_token_here). |
Response Parameters
| Name | Type | Description |
|---|---|---|
| jackpotValues | object | Map of jackpot groups and their corresponding jackpots with current values |
| Name | Type | Description |
|---|---|---|
| outer object key | string | The Jackpot group UUID |
| inner object key | string | The Jackpot UUID |
| inner object value | array | A list of numeric values (BigDecimal) representing the current jackpot values (a group may contain multiple jackpots) |
Example