- Operator API — REST endpoints your backend calls to fetch the games catalog and launch a game session.
- Seamless Wallet API — webhook endpoints your system must expose so PlayStarters can read the player’s balance and process financial transactions (bets, wins, refunds) during gameplay.
Quickstart
Get your credentials and make your first API call.
Operator API
Fetch providers, list games, and generate game launch URLs.
Seamless Wallet API
Implement the wallet callback endpoint on your side.
Authentication
API key format and how to pass credentials.
How the integration works
Get your API key
Contact the PlayStarters team to receive your
ps_... API key and the production base URL.Expose your wallet callback
Implement a single
POST endpoint on your backend that handles BALANCE, BET, WIN, and VOID operations and share the URL with us.Fetch the catalog
Call the Operator API to list available providers and games to surface in your casino lobby.
