Skip to main content
Get Games
curl --request GET \
  --url https://ss.game-services.work/platform/api/games \
  --header 'Authorization: Bearer <token>'
GET /platform/api/games?softwareProvider=NOVOMATIC
GET /platform/api/games

Request Parameters

NameTypeDescription
softwareProviderstring optionalFilter games by a specific software provider.

Response Parameters

Array of objects. Each object contains the following fields:
NameTypeDescription
uuiddecimalUnique identifier of the game.
namedecimalName of the game.
softwareProviderdecimalThe software provider of the game.
gameCodedecimalThe unique game code.
GET /platform/api/games?softwareProvider=NOVOMATIC
I