Appearance
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.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://{environment}/integrationservice/api/sk/v1/{operator_id} |
| Authentication | HMAC-SHA256 |
| Endpoints | 8 |
| Connector key | scatter-kings |
Using ScatterKings in a workflow
- Go to Connections and click New Connection.
- Pick ScatterKings from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints
| Endpoint | Summary |
|---|---|
| GET /games | List available games |
| GET /games/{gameID} | Get details for a specific game |
| POST /play/start | Launch a remote gaming session |
| POST /freerounds/issue | Issue free rounds to a player |
| GET /freerounds/get | Retrieve details of an issued set of free rounds |
| POST /freerounds/issuecustombet | Issue custom-bet free rounds (Buy Bonus / Extra Bet) |
| POST /freerounds/cancel | Cancel 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 Callnode configuration, and the response shape.