Skip to main content
Get Jackpots Info
curl --request GET \
  --url https://ss.game-services.work/platform/api/jackpots \
  --header 'Authorization: Bearer <token>'
GET /platform/api/jackpots
GET /platform/api/jackpots

Headers

NameTypeDescription
AuthorizationstringBearer token authorization header (format: Bearer your_token_here).

Response Parameters

NameTypeDescription
jackpotsarrayList of available jackpots
Each jackpot object contains:
NameTypeDescription
namestringName of the jackpot
uuidstringUnique identifier of the jackpot
JSON Array of objects
Example
    {
        "jackpots": [
            {
                "name": "EGT Jackpot",
                "uuid": "eu-jp-001"
            },
            {
                "name": "NetEnt Jackpot",
                "uuid": "tr-jp-001"
            }
          ]
    }

GET /platform/api/jackpots