action ritc_get_channel_external_credentials { label: "getChannelExternalCredentials" description: "Get credentials for a channel in an app" provider: ritc method: GET path: "/apps/ext/api/credentials/{channel_id}" encoding: json input: { type: "object" properties: { channel_id: { type: "string" } } required: ["channel_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }