--- title: 'ScatterKings' description: '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.' --- # 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 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 | Endpoint | Summary | |---|---| | [GET /games](./get_games_listgames) | List available games | | [GET /games/{gameID}](./get_games_gameid_getgamedetails) | Get details for a specific game | | [POST /play/start](./post_play_start_startsession) | Launch a remote gaming session | | [POST /freerounds/issue](./post_freerounds_issue_issuefreerounds) | Issue free rounds to a player | | [GET /freerounds/get](./get_freerounds_get_getfreerounds) | Retrieve details of an issued set of free rounds | | [POST /freerounds/issuecustombet](./post_freerounds_issuecustombet_issuecustombetfreerounds) | Issue custom-bet free rounds (Buy Bonus / Extra Bet) | | [POST /freerounds/cancel](./post_freerounds_cancel_cancelfreerounds) | Cancel a previously issued set of free rounds | | [GET /rounds/{roundID}](./get_rounds_roundid_getroundhistory) | 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.