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