action beezup_get_subscription_list { label: "Get the subscription list" provider: beezup method: GET path: "/v2/user/marketplaces/orders/subscriptions/" encoding: json output: { type: "array" items: { type: "object" } } }