Free Games Plus Real Time Assignment API
Breadcrumbs

Free Games Plus Real-Time Assignment API

Version Information

Version

Content

Publish Date

1.0.0

First version published.

Free Games Plus Real Time Assignment API

Use this API to assign a player to a free game instance in real time.

image-20250721-064956.png

Request

Parameters

Parameter

Description

playerId

Please input a valid player ID.

agentCode

Input a valid agent code.

Example Request Body

JSON
{
  "offerName": "string",
  "offerGames": [
    {
      "nearestCostPerBet": 0,
      "gameCode": "string"
    }
  ],
  "offerAvailableToPlayerFromDateUTC": "2025-08-05T06:45:34.861Z",
  "offerAvailableToPlayerToDateUTC": "2025-08-05T06:45:34.861Z",
  "numberOfRounds": 100
}

Request Body Schema

image-20250721-023524.png

Responses

image-20250721-071258.png