action twinehealth_fetch_reward_program_group { label: "Get group for a reward program" description: "Get the group related to a reward program." provider: twinehealth method: GET path: "/reward_program/{id}/group" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }