Skip to content

Game launch

All requests to TechnoBin-Bridge must include the following headers:

HeaderDescription
Content-Typeapplication/json
AuthorizationBearer [Access Token]
X-Tenant-IDProvider ID

The access token and provider ID can be obtained from TechnoBin’s management panel.

A list of available games, along with their respective details, can be retrieved through the bridge via the endpoint https://bridge.technobin.net/v0/games using the GET method.

Games return different information depending on their type. For example, bingo-type games return the channels made available by the provider.

To launch a game, a POST request must be made to https://bridge.technobin.net/v0/create-url, which will create and return an unique URL for the player.

It is up to the operator to choose between redirecting the player to the URL or to embed it in an iframe.

FieldTypeDescriptionRequired
requestIDstringUnique request ID in UUIDv4Yes
currencystringYes
exitUrlstringExit button URLNo
player.idstringPlayer’s public IDYes
player.sessionstringPlayer’s session tokenYes
game.idstringGame ID to be launchedYes
game.channelstringGame channel to be launched*
FieldTypeDescriptionRequired
requestIDstringEchoes the requestID sentYes
gameUrlstringYes