action beezup_get_contracts { label: "Get contract list" provider: beezup method: GET path: "/v2/user/customer/contracts" encoding: json input: { type: "object" properties: { "If-None-Match": { type: "string" } } additionalProperties: false } output: { type: "object" required: ["links"] properties: { current: { type: "object" } links: { type: "object" properties: { create: { type: "object" } self: { type: "object" } } } next: { type: "object" } } } }