action sinao_app_subscription_get { label: "Get current plan" provider: sinao method: GET path: "/apps/{appId}/subscription/plan" encoding: json output: { type: "object" properties: { extras: { type: "array" items: { type: "string" } } plans: { type: "array" items: { type: "string" } } } } }