Phoenix Games
Operator API Endpoints

Overview

API endpoints that operators can call to Phoenix Games

The Operator Gateway provides a secure API for operators to interact with the Phoenix Games platform. All protected endpoints require authentication via operator ID and signature verification.

Base URL

Environments

EnvironmentBase URL
Productionhttps://operators.phoenixbet.io
Staginghttps://operators.staging.phoenixbet.io

Use staging for development and testing, production for live operations.

API Version

Current version: v0.2

Authentication

All protected endpoints require the following headers:

HeaderTypeRequiredDescription
X-Operator-IdstringYesUnique identifier for the operator
X-SignaturestringYesBase64 URL-safe encoded RSA signature

Signature Verification

  1. The data to sign varies by endpoint (see individual endpoint documentation)
  2. The value is signed using RSA-SHA256 with the operator's private key
  3. The signature is Base64 URL-safe encoded (no padding)
  4. The server verifies the signature using the operator's registered public key