# Products Returns a list of products that are available in the gym and can be activated for a user. Endpoint: GET /gym/product Version: 1.0.0 Security: accesstoken ## Query parameters: - `gymId` (number, required) The id of the EGYM gym Example: 234 ## Response 200 fields (application/json): - `productId` (integer) The id of a product. Example: "1337" - `productTitle` (string) The title of a product. Example: "PREMIUM SELECT" - `productDescription` (string) The description of a product. The description contains more information about a product including where it can be used. Example: "Enables Premium training features for the users on all EGYM machines." ## 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."