action idtbeyond_get_iatu_topups_reports_totals { label: "Summary of account topups in JSON" description: "Returns topups totals by date range." provider: idtbeyond method: GET path: "/iatu/topups/reports/totals" encoding: json input: { type: "object" properties: { date_from: { type: "string" } date_to: { type: "string" } "x-idt-beyond-app-id": { type: "string" } "x-idt-beyond-app-key": { type: "string" } } required: ["date_from", "date_to", "x-idt-beyond-app-id", "x-idt-beyond-app-key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }