action clever_cloud_get_organisations_id_consumers_key_secret { label: "getOrganisationsIdConsumersKeySecret" provider: clever_cloud method: GET path: "/organisations/{id}/consumers/{key}/secret" encoding: json output: { type: "object" required: ["secret", "value"] properties: { secret: { type: "string" } value: { type: "string" } } } }