Retrieves a list of games available from all software providers or a specific software provider.
GET /platform/api/games
| Name | Type | Description |
|---|---|---|
| softwareProvider | string optional | Filter games by a specific software provider. |
| Name | Type | Description |
|---|---|---|
| uuid | decimal | Unique identifier of the game. |
| name | decimal | Name of the game. |
| softwareProvider | decimal | The software provider of the game. |
| gameCode | decimal | The unique game code. |