action winsms_get_sub_accounts { label: "Get a list of all Sub Accounts." description: "Get a list of all the Sub Accounts owned by the Main Account." provider: winsms method: GET path: "/subaccounts" encoding: json output: { type: "object" additionalProperties: true } }