action ritc_get_app_user_channel { label: "getAppUserChannel" description: "Get a user channel" provider: ritc method: GET path: "/users/{user_id}/channels/{channel_id}" encoding: json input: { type: "object" properties: { channel_id: { type: "string" } user_id: { type: "string" } } required: ["channel_id", "user_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }