action signl4_get_subscriptions { label: "Get infos of all available/managed subscriptions." provider: signl4 method: GET path: "/subscriptions" encoding: json output: { type: "array" items: { type: "object" properties: { branchId: { type: "string" } country: { type: "string" } currency: { type: "string" } externalAccountId: { type: "string" } id: { type: "string" } name: { type: "string" } nextBilling: { type: "string" format: "date-time" } ownerId: { type: "string" } planCode: { type: "string" } planState: { type: "integer" format: "int32" } referralEnabled: { type: "boolean" } status: { type: "integer" format: "int32" } } additionalProperties: false } } }