action idtbeyond_get_iatu_products_reports_all { label: "Get a list of products in JSON format" description: "Returns a JSON list of products, ranges, and their commissions percentages." provider: idtbeyond method: GET path: "/iatu/products/reports/all" encoding: json input: { type: "object" properties: { "x-idt-beyond-app-id": { type: "string" } "x-idt-beyond-app-key": { type: "string" } } required: ["x-idt-beyond-app-id", "x-idt-beyond-app-key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }