Check

This call allows the courtside system to check that connection to the system is possible. This could be used once on game load to make sure that there are no firewalls or other problems between the client and the system. This call should not be used as a heartbeat service. Overuse will cause user accounts to be suspended.

HTTP Request

GET /check

Parameters

There are no parameters for this call.

Request Body

Do not send a Request body with this call.

Response

On success this method returns a JSON message with the content of 'SUCCESS'.

Example
        { "message": "SUCCESS" }