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