action visagecloud_get_billing_per_account_using_get { label: "Get billing information by accessKey and secretKey" provider: visagecloud method: GET path: "/rest/v1.1/account/billing" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } dateTemplate: { type: "string" } endDateTime: { type: "string" } secretKey: { type: "string" } startDateTime: { type: "string" } } required: ["accessKey", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }