action taxamo_get_daily_settlement_stats { label: "Settlement stats over time" provider: taxamo method: GET path: "/api/v1/stats/settlement/daily" encoding: json input: { type: "object" properties: { date_from: { type: "string" } date_to: { type: "string" } interval: { type: "string" } } required: ["date_from", "date_to", "interval"] additionalProperties: false } output: { type: "object" additionalProperties: true } }