action greenpeace_get_groups { label: "get_groups" description: "Gets an array of `Group` object. Mandatory query param of **domain** determines the site / country the group belongs to." provider: greenpeace method: GET path: "/groups" encoding: json input: { type: "object" properties: { domain: { type: "string" } limit: { type: "string" } } required: ["domain"] additionalProperties: false } output: { type: "object" additionalProperties: true } }