Skip to content
For LLMsView as Markdown·

ScatterKings

iGaming RGS provider — list games, launch sessions, issue/cancel free rounds, and pull round history. Requests signed with an HMAC-SHA256 SK-Signature header; inbound bet/win/rollback/balance callbacks delivered as webhooks.

DetailValue
CategoryiGaming
Base URLhttps://{environment}/integrationservice/api/sk/v1/{operator_id}
AuthenticationHMAC-SHA256
Endpoints8
Connector keyscatter-kings

Using ScatterKings in a workflow

  1. Go to Connections and click New Connection.
  2. Pick ScatterKings from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints

EndpointSummary
GET /gamesList available games
GET /games/{gameID}Get details for a specific game
POST /play/startLaunch a remote gaming session
POST /freerounds/issueIssue free rounds to a player
GET /freerounds/getRetrieve details of an issued set of free rounds
POST /freerounds/issuecustombetIssue custom-bet free rounds (Buy Bonus / Extra Bet)
POST /freerounds/cancelCancel a previously issued set of free rounds
GET /rounds/{roundID}Get the financial summary and replay link for a round

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.