action beezup_get_channel_catalog { label: "Get the channel catalog information" provider: beezup method: GET path: "/v2/user/channelCatalogs/{channelCatalogId}" encoding: json input: { type: "object" properties: { channelCatalogId: { type: "string" format: "guid" } } required: ["channelCatalogId"] additionalProperties: false } output: { type: "object" } }