action gamesparks_get_games_endpoints_using_get { label: "getGamesEndpoints" provider: gamesparks method: GET path: "/restv2/game/{apiKey}/endpoints" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } } required: ["apiKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }