Get the Environment information

Returns the environment information based on the application version. Please note, the environment service location, along with game name and version should be hardcoded inside the game.

← Request

GET /<game-name>/<game-version>
Argument Description
<game-name> Name of the current application, see Application Name
<game-version> Current version of the application, see Application Version

→ Response

In case of success, a JSON object with environment information returned:

{
    "discovery": "https://dicovery-test.example.com",
    "<custom attribute>": "<custom attribute value defined for the environment>"
}