action idtbeyond_get_iatu_balance { label: "Account balance" description: "Returns a JSON of the account balance." provider: idtbeyond method: GET path: "/iatu/balance" 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 } }