action taxamo_get_transactions_stats { label: "Transaction stats" provider: taxamo method: GET path: "/api/v1/stats/transactions" encoding: json input: { type: "object" properties: { date_from: { type: "string" } date_to: { type: "string" } interval: { type: "string" } } required: ["date_from", "date_to"] additionalProperties: false } output: { type: "object" additionalProperties: true } }