Skip to main content
PlayStarters is an iGaming aggregator. We connect your casino site to a wide catalog of games from leading providers through a single integration. Integration with PlayStarters consists of two core components:
  1. Operator API — REST endpoints your backend calls to fetch the games catalog and launch a game session.
  2. 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

1

Get your API key

Contact the PlayStarters team to receive your ps_... API key and the production base URL.
2

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.
3

Fetch the catalog

Call the Operator API to list available providers and games to surface in your casino lobby.
4

Launch games

Generate a temporary game launch URL for each player session and open it in an iframe or new window.
Need help during integration? Contact the PlayStarters team and your technical contact will assist with credentials, sandbox access, and end-to-end testing.