# Alive Notification that the API client is active. This method notifies EGYM that the API client is running. Any received POST method resets a timestamp when data was last received. This method allows to send regular pings and therefore refreshes the timestamp. Gym Owners are shown a connectivity status on the EGYM website that is changed to inactive if no request is received by any method for 24h - therefore best practice would be to send this request at least once per day. Endpoint: POST /alive Version: 1.0.0 Security: accesstoken ## Query parameters: - `gymId` (number, required) The id of the gym Example: 234 ## Response 4XX fields (application/json): - `error` (integer) The error code. Example: 401 - `errorText` (string) The error message. Example: "The provided user name or password is incorrect." ## Response 204 fields