Endpoint
Headers
| Header | Value |
|---|---|
Authorization | ApiKey ps_<your_api_key> |
Content-Type | application/json |
Body parameters
UUID of the game to launch. Retrieve game IDs from
GET /operator/games.Your unique identifier for the player. This is the same value PlayStarters will send to your Seamless Wallet endpoint as
player_id.ISO 4217 currency code (e.g.
EUR, USD, BRL). Must match the wallet currency your backend will return for this player.Example request
Response — 200 OK
Response fields
Temporary URL that loads the game for the requested player. Open this URL in an iframe or a new browser window/tab on the client.
Script that must be included on every page embedding the game (required by some providers)
the aggregator’s internal game identifier (for debugging)
the provider code used
Before launching, make sure your Seamless Wallet callback is reachable. PlayStarters will call it as soon as the game opens to read the player balance, and again for each bet, win, or refund.
