action akeneo_get_channels_code { label: "Get a channel" description: "This endpoint allows you to get the information about a given channel." provider: akeneo method: GET path: "/api/rest/v1/channels/{code}" encoding: json input: { type: "object" properties: { code: { type: "string" } } required: ["code"] additionalProperties: false } output: { type: "object" additionalProperties: true } }